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

main method cannot return any value.

Is This Answer Correct ?    6 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the most powerful coding language?

999


What is the basic concept of c++?

961


What is c++ runtime?

1049


Are c and c++ different?

935


What does extern mean in a function declaration in c++?

1154


What is math h in c++?

1095


What is switch case in c++ syntax?

1049


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1038


How a pointer differs from a reference?

1265


Can non-public members of another instance of the class be retrieved by the method of the same class?

1030


If a function doesn’t return a value, how do you declare the function?

1004


Do inline functions improve performance?

1014


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

1221


Can we use struct in c++?

968


How many standards of c++ are there?

1050