What character terminates all strings composed of character
arrays?
1) 0
2) .
3) END
Answer Posted / 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 |
Post New Answer View All Answers
Do you know the use of fflush() function?
How do I get a null pointer in my programs?
What does. int *x[](); means ?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is a header file?
What are the uses of a pointer?
Write a program to show the change in position of a cursor using c
List out few of the applications that make use of Multilinked Structures?
code for find determinent of amatrix
What are register variables in c?
What are the types of variables in c?
Why isnt there a numbered, multi-level break statement to break out
How can I split up a string into whitespace-separated fields?
Can you pass an entire structure to functions?
How can I pad a string to a known length?