What Is The Difference Between Null And Void Pointer?


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

Post New Answer

More C Interview Questions

What is volatile variable how do you declare it?

0 Answers  


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

0 Answers  


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

1 Answers   TCS,


Explain About fork()?

0 Answers   TISL,


How to removing white spces in c programming only bu using loops

2 Answers  






Difference between Function to pointer and pointer to function

0 Answers  


What is the difference b/w Structure & Union?

3 Answers  


What is call by value in c?

0 Answers  


Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments

6 Answers   TCS,


what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }

6 Answers   Microsoft,


write a 'c' program to sum the number of integer values

8 Answers  


Why main is not a keyword in c?

0 Answers  


Categories