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

#include<iostream.h>
main()
{
int a[20];
cout<<"enter an element into the array:";
cin>>a[0];
}

Is This Answer Correct ?    13 Yes 89 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the full form of india?

1196


What do manipulators do?

1063


Is c++ pass by reference or value?

1119


What is oops in c++?

1111


What does flush do?

1045


What is the use of lambda in c++?

1078


Do vectors start at 0 c++?

1073


Describe public access specifiers?

1159


What do you mean by storage classes?

1651


Difference between an inspector and a mutator

1385


What is the difference between function overloading and operator overloading?

1165


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

6452


Why do we use vector in c++?

1119


What is iterator in c++?

1163


Which software is used to run c++ program?

1043