How many levels of indirection in pointers can you have in a single declaration?


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

Post New Answer

More C Interview Questions

Juxtapose the use of override with new. What is shadowing?

1 Answers  


How many parameters should a function have?

0 Answers  


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


What is array in c with example?

0 Answers  


i need all types of question paper releted to "c" and other language.

0 Answers  


Explain what is operator promotion?

0 Answers  


Write a progarm to find the length of string using switch case?

0 Answers   TCS,


What is use of #include in c?

0 Answers  


What is preprocessor with example?

0 Answers  


Why we use stdio h in c?

0 Answers  


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


can u give me the good and very optimised code for a car racing game?

0 Answers  


Categories