When is a null pointer used?


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

Post New Answer

More C Interview Questions

what is link list?

3 Answers  


Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


Is there a way to jump out of a function or functions?

0 Answers  


Explain what are the __date__ and __time__ preprocessor commands?

0 Answers  


Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,






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

2 Answers  


how to find binary of number?

2 Answers  


number of times a digit is present in a number

0 Answers  


How can you restore a redirected standard stream?

0 Answers  


what is a pointer

4 Answers   Bank Of America, TCS,


Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 Answers   Microsoft,


Can we change the value of static variable in c?

0 Answers  


Categories