Data Structure Flashcards

1
Q

Program: To input and output the elements of the array.

A
#include
#include
#include
void main()
{
int a[10], i, n;
clrscr();
cout<>n;
cout<>a[i];
cout
How well did you know this?
1
Not at all
2
3
4
5
Perfectly