what is the difference between NULL('\0') and 0?
Answer Posted / sri
null(\0) is used for strings,and there is difference
between \0 and 0.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is void main () in c?
What is function in c with example?
Why is extern used in c?
What is difference between structure and union?
Which is the best website to learn c programming?
What is array in c with example?
What does 3 periods mean in texting?
Can a pointer be null?
What is context in c?
How can I find out if there are characters available for reading?
What is the hardest programming language?
Why c is called top down?
Explain argument and its types.
Is using exit() the same as using return?