-
Notifications
You must be signed in to change notification settings - Fork 321
Open
Description
Hello,
I don't see anyone mentioning the input stream for the program via Terminal simulator web.
If I have the following block code, how will the input stream enter?
#include <stdio.h>
int main() {
int a;
int b;
scanf("%d", &a);
printf("You entered for a: %d", a);
scanf("%d", &b);
printf("You entered for b: %d", b);
return 0;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels