Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain b+ tree?

0 Answers  


how can I convert a string to a number?

0 Answers  


who is first prime minister in india??

8 Answers   Wipro,


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

0 Answers  


Can you please explain the difference between syntax vs logical error?

0 Answers  


Explain how can you restore a redirected standard stream?

0 Answers  


What is s or c?

0 Answers  


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


What's a "sequence point"?

3 Answers  


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

0 Answers  


Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A

1 Answers  


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

0 Answers  


Categories