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 is the explanation for prototype function in c?
What are the advantages of c language?
List the different types of c tokens?
Write a code on reverse string and its complexity.
What is volatile, register definition in C
Explain two-dimensional array.
What is a header file?
What is the meaning of typedef struct in c?
Do you know the use of 'auto' keyword?
Write a program to print numbers from 1 to 100 without using loop in c?
What is pragma c?
What is indirection in c?
What are structural members?
What header files do I need in order to define the standard library functions I use?
Explain how can I open a file so that other programs can update it at the same time?