Explain null pointer.


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

Post New Answer

More C Interview Questions

What is the purpose of realloc()?

0 Answers  


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,


What is unary operator?

0 Answers  


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


biggest of two no's with out using if condition statement

5 Answers  






Which driver is a pure java driver

0 Answers   Vertex,


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

0 Answers  


How can I insert or delete a line (or record) in the middle of a file?

0 Answers  


What is c standard library?

0 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

0 Answers  


How would you obtain the current time and difference between two times?

0 Answers   TISL,


Categories