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

How to write a code for reverse of string without using string functions?

0 Answers   TCS,


Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  


Explain what is the benefit of using const for declaring constants?

0 Answers  


write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?

3 Answers   Oracle,


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


Why pointers are used?

0 Answers  


What is optimization in c?

0 Answers  


Can we add pointers together?

0 Answers  


Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)

2 Answers  


What is the use of parallelize in spark?

0 Answers  


declare afunction pointer to int printf(char *)?

1 Answers   HCL,


what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

9 Answers   HCL,


Categories