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