What is the total generic pointer type?


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

Post New Answer

More C Interview Questions

Are there any problems with performing mathematical operations on different variable types?

0 Answers  


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?

2 Answers  


What is the difference between array and linked list in c?

0 Answers  


Why c is procedure oriented?

0 Answers  






write a proram to reverse the string using switch case?

0 Answers   Syntel,


Explain the differences between public, protected, private and internal.

2 Answers  


What are the advantages of using linked list for tree construction?

0 Answers  


what is the use of keyword volatile??

4 Answers   LG Soft,


In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  


What is the difference between pure virtual function and virtual function?

0 Answers  


What is malloc calloc and realloc in c?

0 Answers  


Categories