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 an operator in c++?

1004


What is the difference between global int and static int declaration?

957


Describe new operator?

1100


Can we make copy constructor private in c++?

1016


What is a template in c++?

1743


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

1056


Comment on assignment operator in c++.

1076


Can we use this pointer in a class specific, operator-overloading function for new operator?

1056


How does list r; differs from list r();?

1094


What is a hashmap c++?

1056


What is operator overloading in c++ example?

1054


What is c++ map?

1057


what are the iterator and generic algorithms.

2098


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

1828


why and when we can declar member fuction as a private in the class?

2025