Page 1 of 1

Which statement should be added in the following program to make work it correctly? using namespace std; int main (int a

Posted: Wed Aug 03, 2022 9:20 am
by answerhappygod
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>