what is the difference between NULL('\0') and 0?
Answer Posted / palani222samy
NULL is an the empty value but 0(zero) is an one of the value
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Write a progarm to find the length of string using switch case?
Why is #define used?
Write a program to find the biggest number of three numbers in c?
What is the use of clrscr?
List the difference between a "copy constructor" and a "assignment operator"?
Explain how do you search data in a data file using random access method?
What are control structures? What are the different types?
Implement bit Array in C.
what is the format specifier for printing a pointer value?
Can you pass an entire structure to functions?
What is extern variable in c with example?
Is c easy to learn?
Is it better to bitshift a value than to multiply by 2?
What is cohesion and coupling in c?
What is the difference between the = symbol and == symbol?