what is the difference between NULL('\0') and 0?

Answer Posted / dushyant

null means nill nothing is there. zero means something is there but we dont know....

Is This Answer Correct ?    1 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is a pointer variable declared?

595


write a proram to reverse the string using switch case?

2470


why do some people write if(0 == x) instead of if(x == 0)?

655


What are control structures? What are the different types?

599


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

676






hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1674


Difference between goto, long jmp() and setjmp()?

711


Explain what is the general form of a c program?

625


What is the size of empty structure in c?

595


Why double pointer is used in c?

568


Which is better pointer or array?

600


How can I remove the trailing spaces from a string?

617


What are the advantages of the functions?

607


Define recursion in c.

703


Explain the difference between #include "..." And #include <...> In c?

634