Is console only responsible for C program output? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

2nd Aug 2020, 7:38 AM
Yogeshwaran P
Yogeshwaran P - avatar
2 Answers
+ 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.
2nd Aug 2020, 8:20 AM
BroFar
BroFar - avatar
2nd Aug 2020, 7:56 AM
Slick
Slick - avatar