explain what are pointers?


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

Post New Answer

More C Interview Questions

discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers  


How do we declare variables in c?

0 Answers  






What are logical errors and how does it differ from syntax errors?

0 Answers  


How can you tell whether a program was compiled using c versus c++?

0 Answers  


How to swap 3 numbers without using 4th variable?

5 Answers  


Can you please explain the difference between malloc() and calloc() function?

0 Answers  


convert 12345 to 54321 withoutusing strig

5 Answers  


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


What is the difference between malloc() and calloc()?

0 Answers  


Categories