Computer Science, asked by 01721721626, 7 months ago

To use printf() , which header file is needed?

Answers

Answered by aditipriya76
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 jyotiagarwal3190
0

Answer:

#include<stdio.h>

Explanation:

Mark my answer as brainliest

Similar questions