what is a NULL Pointer? Whether it is same as an uninitialized pointer?


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

Post New Answer

More C Interview Questions

What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


What is a floating point in c?

0 Answers  


Is array name a pointer?

0 Answers  


Explain the difference between fopen() and freopen().

2 Answers  


What is multidimensional arrays

0 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  


main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }

10 Answers   TCS, Vector,


What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


What is bubble sort in c?

0 Answers  


How do you sort filenames in a directory?

0 Answers  


Why double pointer is used in c?

0 Answers  


Categories