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 / ravinder kumar(omnietysolution

Error in program

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between prefix and postfix versions of operator++()?

1134


What is pointer with example?

1121


What is the use of register keyword with the variables?

976


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

2604


What is the use of endl in c++?

1062


Why is main an int?

1036


What are the c++ access specifiers?

1478


Can you Mention some Application of C/C++?

1126


what does the following statement mean? int (*a)[4]

1137


Is string an object in c++?

1212


Mention the ways in which parameterized can be invoked. Give an example of each.

1112


Is c++ slower than c?

1103


Which operator cannot be overloaded c++?

1059


Can non graphic characters be used and processed in C++?

1244


Const char *p , char const *p What is the difference between the above two?

1254