what is the difference between NULL('\0') and 0?
Answer Posted / mangal
The nul is used for the string so there is no any character
contain by null
but
The o is an intiger value an they have some meaning fot
that in intiger type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how can you be sure that a program follows the ansi c standard?
What is a loop?
Why doesnt the call scanf work?
Hi can anyone tell what is a start up code?
What do you understand by friend-functions? How are they used?
What math functions are available for integers? For floating point?
How do I get an accurate error status return from system on ms-dos?
How the c program is executed?
What is external variable in c?
What are linked lists in c?
What is the use of typedef in structure in c?
What is the difference between malloc() and calloc()?
What was noalias and what ever happened to it?
Where static variables are stored in memory in c?
Why do we use namespace feature?