What is indirection? How many levels of pointers can you have?


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

Post New Answer

More C Interview Questions

how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,


What is the use of volatile?

0 Answers  


what is the difference between while and do while?

2 Answers  


What is the difference between procedural and declarative language?

0 Answers  


Can one function call another?

0 Answers  






Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

0 Answers   HP,


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

0 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Bosch,


how to add our own function in c library please give details.?

1 Answers   TCS,


Explain the use of function toupper() with and example code?

0 Answers  


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

0 Answers  


How can I remove the leading spaces from a string?

0 Answers  


Categories