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
Explain how many levels deep can include files be nested?
What is header file in c?
What's the right way to use errno?
What is a newline escape sequence?
Explain how do you determine the length of a string value that was stored in a variable?
What is a program flowchart?
Explain continue keyword in c
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Explain spaghetti programming?
cavium networks written test pattern ..
Are pointers integer?
What Is The Difference Between Null And Void Pointer?
#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??
Explain what are linked list?
What is the use of linkage in c language?