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

Is null equal to 0 in sql?

0 Answers  


What is the difference between int main and void main in c?

0 Answers  


What is c language & why it is used?

0 Answers  


write a program to display all prime numbers

0 Answers  


Explain how do you sort filenames in a directory?

0 Answers  






What is c programing language?

0 Answers  


When would you use a pointer to a function?

0 Answers  


Give a fast way to multiply a number by 7

15 Answers   Accenture, Aricent, Microsoft,


write a c program to find largest of three numbers using simple if only for one time.

1 Answers  


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


Why can arithmetic operations not be performed on void pointers?

0 Answers  


what r callback function?

1 Answers  


Categories