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 |
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
What is a nested formula?
define c
How to draw the flowchart for structure programs?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
HOW DO YOU HANDLE EXCEPTIONS IN C?
What is the size of array float a(10)?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Can include files be nested?
How would you find a cycle in a linked list?
In which language linux is written?