what is the difference between NULL('\0') and 0?
Answer Posted / madhu
end of the string is indicated by \0 but 0 is a value
thus there is difference between them
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is difference between static and global variable in c?
What is the scope of global variable in c?
how to count no of words,characters,lines in a paragraph.
How a string is stored in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Difference between macros and inline functions? Can a function be forced as inline?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What are variables c?
What is #include cctype?
What is line in c preprocessor?
What is structure padding in c?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Write a program to know whether the input number is an armstrong number.
For what purpose null pointer used?