What is the exact difference between '\0' and ""

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of a shell structure?

695


What is #line?

611


How do you define CONSTANT in C?

651


What is the difference between procedural and declarative language?

651


What is the use of putchar function?

651






What is difference between stdio h and conio h?

888


How can I access an I o board directly?

623


What is an expression?

657


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

615


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2334


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1358


Where in memory are my variables stored?

637


Can we increase size of array in c?

542


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

764


how can f be used for both float and double arguments in printf? Are not they different types?

610