For what purpose null pointer used?


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

Post New Answer

More C Interview Questions

What is the difference between ‘g’ and “g” in C?

1 Answers  


char ch=10;printf("%d",ch);what is the output

14 Answers   Accenture,


How will you find a duplicate number in a array without negating the nos ?

0 Answers  


What is the difference between near, far and huge pointers?

0 Answers  


Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .

3 Answers   TCS,






What is realloc in c?

0 Answers  


How can you check to see whether a symbol is defined?

0 Answers  


How many bytes is a struct in c?

0 Answers  


fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 Answers   NDS,


Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

1 Answers  


WAP to find that given no is small or capital

3 Answers  


How important is structure in life?

0 Answers  


Categories