+ 2
Is console only responsible for C program output?
I don't know which output display in a screen after I run the C code. I know compiler is used for turning human readable language into machine language But I don't know which is responsible for outputting display in a screen after I run the c program.
2 Antworten
+ 3
Yogeshwaran
The program is initially written on an IDE where on run it may need an interpreter on the way to a c compiler where it may need to go to a database management server or not to retrieve your answer rather it is a get or a fetch return to the compiler where it is...
Then returned through the IDE back to the interface by command to open console and display answer.