character array A[12] can hold
Answers were Sorted based on User's Feedback
Answer / naresh lingampally
What is this null string;
array addresses would be a[0]..a[11] if i am not wrong ...
so a[11] accepts(can store) up to 11 character elements
so can any one explain.....
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / manish malik
It will hold the character A[0}....A[11.and hold the null
character at a[12] position.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / hardeep singh
this question is wrong. array name should be in small
letter.because c and c++ are case senstive.
| Is This Answer Correct ? | 0 Yes | 8 No |
how we do lcm of two no using c simple if while or for statement
Explain enumerated types.
What is a const pointer, and how does it differ from a pointer to a const?
print a "hello" word without using printf n puts in c language
What is the use of #include in c?
what are the compilation steps? ( i want inside the compiler )
What are the types of type qualifiers in c?
Do you know the difference between malloc() and calloc() function?
What is a macro in c preprocessor?
When can a far pointer be used?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
two variables are added answer is stored on not for third variable how it is possible?