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
What is the full form of india?
What do manipulators do?
Is c++ pass by reference or value?
What is oops in c++?
What does flush do?
What is the use of lambda in c++?
Do vectors start at 0 c++?
Describe public access specifiers?
What do you mean by storage classes?
Difference between an inspector and a mutator
What is the difference between function overloading and operator overloading?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Why do we use vector in c++?
What is iterator in c++?
Which software is used to run c++ program?