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
What does the && operator do in a program code?
What is #include conio h?
What is advantage of pointer in c?
Explain how can you be sure that a program follows the ansi c standard?
What is variable and explain rules to declare variable in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Why functions are used in c?
Why do we need functions in c?
What is the use of printf() and scanf() functions?
What is the newline escape sequence?
What is the difference between fread and fwrite function?
Simplify the program segment if X = B then C ← true else C ← false
What is variables in c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What does void main () mean?