Can a pointer point to null?


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

Post New Answer

More C Interview Questions

What is volatile variable in c?

0 Answers  


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


What is a double c?

0 Answers  


write an algorithm and a program to count the number of elements in a circularly singly linked list

1 Answers   Ignou,


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


How can I read data from data files with particular formats?

0 Answers  


What is the c language function prototype?

0 Answers  


What is the use of #define preprocessor in c?

0 Answers  


what is the difference between entry control and exit control statement?

12 Answers   Darbari Lal DAV Model School,


how to print this pyramid * * * * * * * * * * * * *

2 Answers  


Is c dynamically typed?

0 Answers  


Categories