Can a pointer be null?


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

Post New Answer

More C Interview Questions

What are register variables? What are the advantage of using register variables?

0 Answers   TISL,


What is the difference between c and python?

0 Answers  


What is a pointer in c?

0 Answers  


When should a far pointer be used?

0 Answers   Aspire, Infogain,


What are structural members?

0 Answers  






What is ## preprocessor operator in c?

0 Answers  


#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā€œ%dā€ ,a[i]); }

8 Answers  


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

0 Answers  


When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


write a c program to accept a given integer value and print its value in words

4 Answers   Vernalis, Vernalis Systems,


Why is structure padding done in c?

0 Answers  


What is the correct declaration of main?

0 Answers  


Categories