To use printf() , which header file is needed?
Answers
Answered by
0
Answer:
To use printf() in our program, we need to include stdio.h header file using the #include <stdio.h> statement. The return 0; statement inside the main() function is the "Exit status" of the program
Answered by
0
Answer:
#include<stdio.h>
Explanation:
Mark my answer as brainliest
Similar questions