Answers for "input and output command in c++"

C++
0

c++ output

#include <iostream>

int main(){
  std::cout << "Hello World!" << std::endl; // prints "Hello World"
}
Posted by: Guest on October-07-2020

Code answers related to "input and output command in c++"

Browse Popular Code Answers by Language