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 |
Can we initialize extern variable in c?
Can include files be nested? How many levels deep can include files be nested?
Why do we use stdio h and conio h?
How do you initialize pointer variables?
what is event driven software and what is procedural driven software?
main() { int a[10]; printf("%d",*a+1-*a+3); }
wats SIZE_T meant for?
Can we add pointers together?
wt is d full form of c
What is the use of c language in real life?
How to receive strings with spaces in scanf()
What does %c mean in c?