What is the exact difference between '\0' and ""
Answers were Sorted based on User's Feedback
Answer / guest
\0 is end of the string.
"" is empty charater, each space is also refered as
character
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / naresh lingampally
`\0' (ascii NUL, which has value zero)
"" no spaces nothing implemented
.
I am confused can any one explain !!
| Is This Answer Correct ? | 1 Yes | 0 No |
ASCII stands for
When should you use a type cast?
The variables are int sum=10,SuM=20; these are same or different?
What are the different types of control structures in programming?
What is dynamic dispatch in c++?
How do c compilers work?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Difference between fopen() and open()?
How do I read the arrow keys? What about function keys?
What is meant by global static? why we have to use static variable instead of Global variable
How do you write a program which produces its own source code as output?
What are dangling pointers? How are dangling pointers different from memory leaks?