Q37
What is the correct way to include the C++ standard input/output library header file in a C++ program?
A.
#include "stdio"
B.
#include <stdio.h>
C.
#include <iostream>
AnswerD.
#include "iostream.h"
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board