Differentiate between null and void pointers.


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

Post New Answer

More C Interview Questions

What are static variables in c?

0 Answers  


write an algorithm and c program to add two 2x2 matrics

2 Answers  


What is the function of volatile in c language?

0 Answers  


Write a program to reverse a given number in c language?

0 Answers  


What is .obj file in c?

0 Answers  






what is the c.

3 Answers   IBM, TCS,


What is a void pointer? When is a void pointer used?

0 Answers   Aspire, Infogain,


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


how to swap two nubers by using a function with pointers?

1 Answers  


int i=10; printf("%d %d %d", i, i=20, i);

0 Answers  


How to declare pointer variables?

0 Answers  


Categories