Computer Science, asked by ihtishamsherazi08, 3 months ago

what is the line #include <stdio.h> at the top of a C source file for?​

Answers

Answered by vijaylaxmiverma1983
5

Answer:

Approximately what is the line #include <stdio. h> at the top of a C source file for? In the case of our first few programs, it lets the compiler know some important information about the library function, printf.

Explanation:

Please follow me

Similar questions