Why do we use null pointer?


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

Post New Answer

More C Interview Questions

How can I manipulate individual bits?

0 Answers  


what are two kinds of java

2 Answers  


how can u print a message without using any library function in c

1 Answers   NIIT,


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Bosch,


give an example of type casting by a simple c program

2 Answers   TCS,






2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.

3 Answers   Nagarro,


How to throw some light on the b tree?

0 Answers  


Tell me when would you use a pointer to a function?

0 Answers  


Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)

6 Answers   Subex,


What are the 4 types of functions?

0 Answers  


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  


what is the difference b/w NULL and null?

3 Answers   HSBC, IBM,


Categories