Vidyalelo
C++ Programming · Q37

Introduction to C++

Programming · C++ Programming · question 37

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>
Answer
D.
#include "iostream.h"

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board