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
Can we change the value of #define in c?
What is declaration and definition in c?
in iso what are the common technological language?
What are header files in c programming?
What is the difference between array and pointer in c?
Why c is called a mid level programming language?
What are the main characteristics of c language describe the structure of ac program?
What is the size of a union variable?
What is register variable in c language?
How do we open a binary file in Read/Write mode in C?
What is the value of h?
What are the different types of linkage exist in c?
In C language what is a 'dangling pointer'?
When do we get logical errors?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)