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

How Many Header Files in c?

2 Answers   TCS,


Differentiate between a structure and a union.

0 Answers   Zensar,


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

0 Answers  


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

0 Answers  


How can I use a preprocessorif expression to ?

0 Answers  






How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


Why does everyone say not to use gets?

0 Answers  


Tell me the use of bit field in c language?

0 Answers  


What is union and structure?

0 Answers  


write a program fibonacci series and palindrome program in c

0 Answers   Aditi Placement Service,


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


what is bitwise operator?

1 Answers   IBM,


Categories