write a program to input your name class and section and print in a separate line. (C language)
Answers
Answered by
0
Answer:
scanf("%d %d", &a, &b)
printf(a "\n" b);
Explanation:
Similar questions