What character terminates all strings composed of character
arrays?
1) 0
2) .
3) END
Answers were Sorted based on User's Feedback
Answer / a programmer
May be the options are not correct. Do u feel that 0 is
ascii zero or numeric zero. If numeric zero, then the answer
is wrong. Every string will be terminated with the special
character '/0'.
Is This Answer Correct ? | 8 Yes | 2 No |
Is there sort function in c?
Which is best linux os?
can i know the source code for reversing a linked list with out using a temporary variable?
write a “Hello World” program in “c” without using a semicolon?
what is the difference b/w compiler and debugger?
How can I remove the trailing spaces from a string?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
List the variables are used for writing doubly linked list program.
What is const volatile variable in c?
What extern c means?
What is the difference between array and pointer?
what is the diffrenet bettwen HTTP and internet protocol