GUVI
Back

hints

Created 2 years ago
29 Views
1 Comments
MNanthaKumar
@MNanthaKumar
MNanthaKumar
@MNanthaKumarProfile is locked. Login

//A single line contains integers separated by space

#include<stdio.h>

main()

{

int a,b,c,d,e,f,g;

//here variables are separated by space

scanf("%d %d %d %d %d %d %d",&a,&b,&c,&d,&e,&f,&g);

//paste the values in input text box area 2 3 4 5 6 7 8

printf("%d %d %d %d %d %d %d",a,b,c,d,e,f,g);

//run the command we get the output as 2 3 4 5 6 7 8

return 0;

}

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