Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
clarkh9 committed Dec 25, 2022
1 parent a3d9a3e commit ff84431
Showing 1 changed file with 1 addition and 1 deletion.
@@ -44,7 +44,7 @@ can be used in both C/C++ programs
The use of the <iostream> library is the way that C++ declares standard input and output.
The thing that provides this library with the distinction with C libraries of
a similar nature is that C++ uses specific keywords to handle various
char oriented tasks such as cout for character output and cin for character output
char oriented tasks such as cout for character output and cin for character input
Another way of writing "Hello World" to the Console is through using
the namespace std as demonstrated below.

0 comments on commit ff84431

Please sign in to comment.