write a program to print Hello in c++
Answers
Answered by
8
#include <iostream>
int main() {
std::cout << "Hello";
return 0;
}
Similar questions
Social Sciences,
6 months ago
Computer Science,
6 months ago
Math,
6 months ago
Math,
1 year ago
English,
1 year ago
Science,
1 year ago
CBSE BOARD X,
1 year ago
Geography,
1 year ago