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

How pointer is benefit for design a data structure algorithm?

2 Answers  


what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  


Explain how can I convert a number to a string?

0 Answers  


What are the general description for loop statement and available loop types in c?

0 Answers  


which one is better structure or union?(other than the space occupied )

2 Answers  






#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


Give basis knowledge of web designing ...

0 Answers   HCL,


how can i print "hello"

3 Answers  


How the C program can be compiled?

11 Answers   HP,


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

1 Answers   Ignou,


How are 16- and 32-bit numbers stored?

0 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

3 Answers  


Categories