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
what are bit fields? What is the use of bit fields in a structure declaration?
Explain what are the standard predefined macros?
Why is void main used?
Can math operations be performed on a void pointer?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
what is bit rate & baud rate? plz give wave forms
What library is sizeof in c?
How pointer is different from array?
How is a null pointer different from a dangling pointer?
What is bin sh c?
What does void main return?
how to construct a simulator keeping the logical boolean gates in c
Explain about C function prototype?
Is c procedural or object oriented?
Why is this loop always executing once?