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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c still so popular?

1104


What is binary tree in c?

1138


Is c is a middle level language?

1126


How can you be sure that a program follows the ANSI C standard?

1663


What do you mean by dynamic memory allocation in c? What functions are used?

1228


Why is void main used?

1148


What are keywords in c with examples?

1154


How can I swap two values without using a temporary?

1158


Explain how do you list files in a directory?

1118


What is extern variable in c with example?

1058


What are run-time errors?

1179


write a program to print data of 5 five students with structures?

2092


Explain high-order bytes.

1181


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1111


How can I change their mode to binary?

1185