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 |
how to use virual function in real time example
Why is void main used?
Explain what is meant by high-order and low-order bytes?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
What is the best way of making my program efficient?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
What is c preprocessor mean?
what is the use of fflush() function?
Write a program to show the workingof auto variable.
what is the structure?
How many types of operators are there in c?
What are the 3 types of structures?