STREAM AND SEMICOLON | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

STREAM AND SEMICOLON

what is stream in c++? what does semicolon means in c++?

16th Aug 2020, 2:29 PM
Wajahat Sabir
Wajahat Sabir - avatar
2 Answers
+ 1
Quote: he Semicolon lets the compiler know that it’s reached the end of a command. https://www.geeksforgeeks.org/role-of-semicolon-in-various-programming-languages/
16th Aug 2020, 2:40 PM
sneeze
sneeze - avatar
+ 1
Stream is a group of bytes. A filestream, can read, write amd search the content of a file. For example. http://www.cplusplus.com/reference/iolibrary/ https://www.tutorialspoint.com/cplusplus/cpp_files_streams.htm
16th Aug 2020, 2:42 PM
sneeze
sneeze - avatar