Search:

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

Search: Search took 0.00 seconds.

  1. Thread: extern

    by jaiprabuk
    Answers
    2
    Views
    3,482

    extern

    is the global variable and the extern variable are same???
  2. Thread: offset

    by jaiprabuk
    Answers
    1
    Views
    2,850

    offset

    the far pointer holds the offset address and the segment address.. so its size is 4 bytes in the 16 bit compiler.. ...wat is the offset address and segment address???give me a brief explanation...
  3. Answers
    4
    Views
    3,640

    Re: C Code Snippet

    answer is 3,4.....
    coz the execution starts from right...
    hence n*n is 2*2=4...
    then ++n is ++2=3 ..ie..preincrement...
    so getting o/p as 3,4...
  4. Answers
    3
    Views
    3,290

    Re: Doubt in union and structure

    in structures each member of the structure getting separate memory...
    but in union the memory of the member having highest memory will be assigned for the complete union...so data will be...
  5. Thread: union

    by jaiprabuk
    Answers
    3
    Views
    3,253

    union

    wat is d real time application of union....
  6. Answers
    1
    Views
    3,041

    Re: Test your programming skills

    give the code for strcmp() n stricmp() function...
  7. Answers
    9
    Views
    4,682

    Re: sizeof() operator

    thanks for the answer...but i carries the same 10 and j carries 2...
    test the code please and let me know y the value of i remains the same..
  8. Answers
    9
    Views
    4,682

    sizeof() operator

    give the o/p for the following code ....also explain how...


    int i=10,j;
    j=sizeof(++i + ++i);
    printf("%d %d",i,j);
Results 1 to 8 of 8
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