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 / blacky

Compiler will Core Dump

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How the delete operator differs from the delete[]operator?

1154


What is array give example?

1110


What are destructors?

1063


What is virtual destructor? What is its use?

1122


What is iostream in c++ used for?

1085


What is enum class in c++?

1323


What is fixed in c++?

1082


Do you know the problem with overriding functions?

1174


Is c++ map a hash table?

1083


Which one between if-else and switch is more efficient?

1129


What is the full name of logo?

1173


What are the advantages of c++ over c?

1137


What is the use of default constructor?

1147


which of the following is not an secondary constant a) array b) real c) union

1859


What is #include iostream?

1303