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...

write a program to insert an element into an array

Answer Posted / vineeshtkm

main()
{
int a[10],item;
cout<<"Enter Item:";
cin>>item;
a[0]=item;
}

Is This Answer Correct ?    74 Yes 189 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is anonymous object in c++?

1134


Should I learn c or c++ or c#?

1048


When do we run a shell in the unix system? How will you tell which shell you are running?

1022


How the programmer of a class should decide whether to declare member function or a friend function?

1177


What is oop in c++?

1120


What you know about structures in C++?

1138


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

1111


Why Pointers are not used in C++?

1122


What is #include cmath?

1141


What are the 3 levels of programming languages?

1096


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

1853


Should I learn c or c++ first?

1175


What does the nocreate and noreplace flag ensure when they are used for opening a file?

1172


What does the linker do?

1083


Explain pass by value and pass by reference.

1102