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

What is the use of static variable in c?

0 Answers  


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

0 Answers  


Explain the difference between malloc() and calloc() in c?

0 Answers  


why the execution starts from main function

9 Answers  


How do I initialize a pointer to a function?

2 Answers  






How to implement a packet in C

0 Answers   Aricent,


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?

8 Answers   Google,


write a string copy function routine?

2 Answers  


Explain the priority queues?

0 Answers  


Explain how do you search data in a data file using random access method?

0 Answers  


Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?

1 Answers   Microsoft,


What are c preprocessors?

0 Answers  


Categories