Search:

Type: Posts; User: sagar123; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    8
    Views
    3,792

    Re: array of string operation

    char ch[20];
    int i=0,len=0
    //enter string and store it a array;

    while(ch[i]!='\0')
    { len=len+1;
    i++;
    }
    cout<<"length is" <<len;
  2. Answers
    2
    Views
    11,531

    Re: Program for finding cubic root of a number

    #include<iostream.h>
    #include<conio.h>
    #include<math.h>
    main(void)
    { int i,c,n;
    cout<<"enter a no\n";
    cin>>n;
    for(i=1;i<=n;i++)
    { c=i*i*i;
    if(c==n)
Results 1 to 2 of 2
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact