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
Program: To input and output the elements of the array.
#include #include #include void main() { int a[10], i, n; clrscr(); cout<>n; cout<>a[i]; cout