What character terminates all strings composed of character
arrays?
1) 0
2) .
3) END
Answer Posted / jegadeesh
The answer is '\0' not /0
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is array within structure?
What is the difference between null pointer and wild pointer?
Why is c so important?
Explain what are preprocessor directives?
how to construct a simulator keeping the logical boolean gates in c
Is main is user defined function?
How does placing some code lines between the comment symbol help in debugging the code?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Tell us the use of fflush() function in c language?
What's the best way of making my program efficient?
How can you find the exact size of a data type in c?
Why is it that not all header files are declared in every C program?
Why is void main used?
Do you know the use of 'auto' keyword?
What is putchar() function?