Answers for "how to use scanf and printf in c"

2

c printf scanf

int a;
scanf("%d", &a);
printf("%d", a);
Posted by: Guest on February-25-2021

Browse Popular Code Answers by Language