character array A[12] can hold

Answers were Sorted based on User's Feedback



character array A[12] can hold ..

Answer / smitha

11 chars + null string

Is This Answer Correct ?    29 Yes 2 No

character array A[12] can hold ..

Answer / upendra

yes,11char+null string

Is This Answer Correct ?    16 Yes 4 No

character array A[12] can hold ..

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

character array A[12] can hold ..

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

character array A[12] can hold ..

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

Post New Answer

More C Interview Questions

What is the use of parallelize in spark?

0 Answers  


how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

4 Answers   Wipro,


what is recursion in C

0 Answers   Cap Gemini,


Explain void pointer?

0 Answers  


What is array of structure in c programming?

0 Answers  






Explain what is the difference between functions getch() and getche()?

0 Answers  


What are the types of c language?

0 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


For what purpose null pointer used?

0 Answers  


what is the stackpointer

2 Answers  


Are the variables argc and argv are always local to main?

0 Answers  


How will you allocate memory to a double pointer ?

2 Answers  


Categories