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 / anil hooda

it will return any integer value.....

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

1157


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

1264


What is the difference between an enumeration and a set of pre-processor # defines?

1325


What does namespace mean in c++?

1030


What is c++ namespace?

1142


Why should we use null or zero in a program?

972


What should main() return in c and c++?

967


What does I ++ mean in c++?

1030


Explain how overloading takes place in c++?

969


How would you find out if a linked-list is a cycle or not?

954


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

749


What is a linked list in c++?

998


What is atoi?

922


Is c++ the best programming language?

958


How would you call C functions from C++ and vice versa?

1083