0
How to use scanf function in one program of three times........
7 Answers
+ 4
The SoloLearn compiler only takes input at the start of the program, so you need to enter everything in one go.
+ 6
How the SoloLearn compiler works, it compiles on a server because compiling on the app would take up A LOT of data. But how the SoloLearn compiler works, is it takes the input at the start of the program, and uses those as the input. Although it will work on a proper C compiler.
+ 4
Please explain more, I donât understand. You seem to already have gotten input using scanf three times, so Iâm a bit confused.
+ 2
I am using scanf three times but when I run this program, it is take input only one time
+ 1
I
+ 1
I am confused......đ
+ 1
Thanks