What is this infamous null pointer, anyway?


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

Post New Answer

More C Interview Questions

What is the mean of function?

0 Answers  


What is f'n in math?

0 Answers  


What is a loop?

0 Answers  


Eight queens puzzle

0 Answers  


What is your stream meaning?

0 Answers  






what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


application attempts to perform an operation?

0 Answers  


hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

2 Answers   Wipro,


given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)

6 Answers   amu, TCS,


How do you construct an increment statement or decrement statement in C?

0 Answers  


List the different types of c tokens?

0 Answers  


Can we add pointers together?

0 Answers  


Categories