What is use of null pointer in c?


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

Post New Answer

More C Interview Questions

enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


What is sizeof in c?

0 Answers  


Which is better oop or procedural?

0 Answers  


What is #define in c?

0 Answers  






Explain how can I manipulate strings of multibyte characters?

0 Answers  


Is c is a procedural language?

0 Answers  


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


how many times of error occur in C

11 Answers  


Explain how can I open a file so that other programs can update it at the same time?

0 Answers  


What is the best way to store flag values in a program?

0 Answers  


What is getch () for?

0 Answers  


Categories