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
How does pointer work in c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Write a code to generate a series where the next element is the sum of last k terms.
can anyone please tell about the nested interrupts?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Explain the use of function toupper() with and example code?
Explain how are portions of a program disabled in demo versions?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Can 'this' pointer by used in the constructor?
What is data structure in c and its types?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Give differences between - new and malloc() , delete and free() ?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What does double pointer mean in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software