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

Two's compliment of -5

4 Answers   Adobe,


what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


i have a written test for microland please give me test pattern

0 Answers   Microland,


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

0 Answers  


What is the use of #define preprocessor in c?

0 Answers  


Why do we use return in c?

0 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  


being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?

1 Answers   TCS,


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


When should you not use a type cast?

0 Answers  


what is the difference between structure and union?

3 Answers  


Write a progarm to find the length of string using switch case?

0 Answers   TCS,


Categories