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

void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


Is c procedural or object oriented?

0 Answers  


write a c program to find largest of three numbers using simple if only for one time.

1 Answers  


Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


Why doesn't C have nested functions?

2 Answers  


What is a constant?

0 Answers  


Explain the concept and use of type void.

0 Answers  


i want to know aptitude questions,technical questions

2 Answers  


what is the significance of static storage class specifier?

0 Answers  


What are linker error?

0 Answers  


Differentiate between ordinary variable and pointer in c.

0 Answers  


What is alloca() and why is its use discouraged?

1 Answers  


Categories