Explain indirection?


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

Post New Answer

More C Interview Questions

Combinations of fibanocci prime series

0 Answers  


Why c language is called c?

0 Answers  


Can you please explain the difference between exit() and _exit() function?

0 Answers  


What is the return type of sizeof?

0 Answers  


Why is %d used in c?

0 Answers  






What is volatile variable how do you declare it?

0 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


Can we write a program without main() function?

9 Answers  


Explain how do you print an address?

0 Answers  


for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????

8 Answers  


Is it possible to initialize a variable at the time it was declared?

0 Answers  


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


Categories