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 |
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
what is difference between overriding and overloading?
What is 1f in c?
print the palindrome numbers in between 0 to n
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
Give the Output : * * * * * * * * * *
code for inverse a matrix
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
write a program in c to read array check element is present or not?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
Difference between MAC vs. IP Addressing