What Is The Difference Between Null And Void Pointer?


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

Post New Answer

More C Interview Questions

What is difference between structure and union in c?

0 Answers  


Tell me about low level programming languages.

0 Answers   Amdocs,


what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

5 Answers   TCS,


WHOT IS CHAR?

4 Answers   TCS,


What is difference between far and near pointers?

0 Answers  






How would you use the functions fseek(), freed(), fwrite() and ftell()?

0 Answers   Aspire, Infogain, TISL,


find largest of 3 no

8 Answers  


When should a far pointer be used?

0 Answers   Aspire, Infogain,


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

0 Answers  


What does static mean in c?

1 Answers  


Is c functional or procedural?

1 Answers  


main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 Answers   BTBP, CitiGroup,


Categories