What is indirection in c?


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

Post New Answer

More C Interview Questions

where can function pointers be used?

2 Answers  


what is the use of call back function in c?tell me with example

2 Answers   Bosch,


write a “Hello World” program in “c” without using a semicolon?

9 Answers   CTS, TCS, Wipro,


What does stand for?

0 Answers  


how can i get this by using for loop? * ** * **** * ******

3 Answers   Excel,






What is malloc and calloc?

0 Answers  


Write down the program to sort the array.

4 Answers   Impiger,


What are the types of assignment statements?

0 Answers  


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


How to swap 3 numbers without using 4th variable?

5 Answers  


Categories