GUVI
Back

in c programming for the output 2 3 4 5 6 7 8 is it right??

Created 2 years ago
39 Views
1 Comments
JINTOcTMdAv
@JINTOcTMdAv
JINTOcTMdAv
@JINTOcTMdAvProfile is locked. Login

#include<stdio.h>

#include<conio.h>

void main()

{

int a[10];

scanf("%d%d%d%d%d%d%d",&a[0],&a[1],&a[2],&a[3],&a[4],&a[5],&a[6]);

printf("%d %d %d %d %d %d %d",a[0],a[1],a[2],a[3],a[4],a[5],a[6]);

getch();

}

Comments
Please login to comment.
 
Powered by habitate.io Habitate