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...

main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}

Answer Posted / guruprasad

first a[0]=23;
a[1]=67;
rest index are assigned 0 0 0.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where are the auto variables stored?

1210


What is a char c?

1089


Why we use break in c?

1074


When would you use a pointer to a function?

1102


What is the difference between constant pointer and constant variable?

1280


What are disadvantages of C language.

1224


What are terms in math?

1099


Explain output of printf("Hello World"-'A'+'B'); ?

1561


How many header files are in c?

1066


What are # preprocessor operator in c?

1172


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

1148


What is stack in c?

1122


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1264


What is pointer to pointer in c language?

1213


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

2120