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

Constant expression will be required here...

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is setbase c++?

1049


What apps are written in c++?

1028


What is the this pointer?

1068


Should I learn c++ c?

999


Which field is used in c++?

1047


Is java as fast as c++?

1041


What are the various storage classes in C++?

1085


What is the v-ptr?

1101


What is the use of this pointer in c++?

965


Is c++ a software?

1142


How do you write a function that can reverse a linked-list?

1048


Explain operator overloading.

996


Describe linked list using C++ with an example.

1022


Write a program using display() function which takes two arguments.

1009


Explain the problem with overriding functions

1088