Computer Science, asked by khushisriv971, 1 month ago

write a program to input your name class and section and print in a separate line. (C language)​

Answers

Answered by sanjaykpatel09
0

Answer:

scanf("%d %d", &a, &b)

printf(a "\n" b);

Explanation:

Similar questions