Answers for "Easiest way to output and input 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 "Easiest way to output and input in C++"

Browse Popular Code Answers by Language