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

int main()
{
int i ,a[i];
i = 0;
a[i] = 10;
cout<< a[i] << endl;
return 0;


}

What will be output of this program?

Answer Posted / kamal

10

Is This Answer Correct ?    30 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How java is different from c and c++?

1261


How are Structure passing and returning implemented by the compiler?

1210


what is VOID?

1127


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

1338


How did c++ get its name?

1087


What is a manipulator in c++?

1278


Why is c++ not purely object oriented?

1065


What are destructors?

1063


What are the basics of local (auto) objects?

1193


Explain the concept of friend function in c++?

1165


What are manipulators in c++ with example?

1118


What does it mean to declare a member variable as static?

1120


what is multi-threading in C++?

1113


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

1127


What is the difference between reference and pointer?

1228