what is the difference between NULL('\0') and 0?
Answer Posted / shani chaudhari
null(\0) is used for termination of string meance each and
every string ended with \0 while 0 is mostly related with
binary operations..null(\0) meance nothing but 0 has its own
value and existance. both are different
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
difference between native and cross compilers
What is a union?
How can this be legal c?
Is void a keyword in c?
What is the use of typedef in c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What are the salient features of c languages?
What is the difference between a function and a method in c?
What is auto keyword in c?
What is indirection? How many levels of pointers can you have?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What does the c in ctime mean?
What is the difference between %d and %i?
What is meant by type casting?
What is memcpy() function?