Which statement should be added in the following program to make work it correctly?

Which statement should be added in the following program to make work it correctly?

using namespace std;

int main (int argc, const char * argv[])

{

cout<<"Hello";

}
A . #include<stdio.h>
B.#include<stdlib.h>
C.#include <iostream>
D.#include<conio.h>

Answer: C

Subscribe
Notify of
guest
0 Comments