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
Why was c++ made?
Explain explicit container.
How did c++ get its name?
What is array give example?
What is lambda in c++?
Is c++ vector a linked list?
Do vectors start at 0 c++?
Is java made in c++?
Comment on c++ standard exceptions?
What is iterator in c++?
Describe linked list using C++ with an example.
Why do we need pointers?
What is the difference between the functions memmove() and memcpy()?
What is the iunknown interface?
What is the use of setprecision in c++?