What is null pointer in c?


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

Post New Answer

More C Interview Questions

What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,


What is difference between scanf and gets?

0 Answers  


What is calloc malloc realloc in c?

0 Answers  


Can a file other than a .h file be included with #include?

0 Answers   Aspire, Infogain,


How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.

1 Answers  


what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?

4 Answers  


What are pragmas and what are they good for?

0 Answers  


What happens if a header file is included twice?

0 Answers  


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


What is the method to save data in stack data structure type?

0 Answers  


What is pragma in c?

0 Answers  


What is the purpose of void in c?

0 Answers  


Categories