Explain the difference between null pointer 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 a list in c?

0 Answers  


write a c program to find biggest of 3 number without relational operator?

12 Answers   TCS, Wipro,


What is the difference between char a[] = "string"; and char *p = "string"; ?

14 Answers   Adobe, Honeywell, TCS,


How to declare a variable?

0 Answers  


why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,






print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

3 Answers   Winit,


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.

1 Answers   Cisco,


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

0 Answers  


Magic square

0 Answers  


Explain the difference between malloc() and calloc() function?

0 Answers  


Write a program for deleting duplicate elements in an array

3 Answers   Subex,


Categories