Examveda

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>

D. #include "iostream.h"

Answer: Option C


Join The Discussion

Related Questions on Introduction to C plus plus