How many levels of pointers have?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Is fortran still used today?

0 Answers  


What are the disadvantages of c language?

0 Answers  


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


Hai what is the different types of versions and their differences

0 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


what is the use of using linked list and array?

10 Answers   Infosys, TCS,


What is the difference between malloc calloc and realloc in c?

0 Answers  


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

0 Answers  


What is the purpose of clrscr () printf () and getch ()?

0 Answers  


What is return in c programming?

0 Answers  


Categories