Jul 18, 2024
cout
for console output..length()
, .substr()
, etc.cmath
library such as pow()
, sqrt()
, round()
, ceil()
, floor()
, max()
, min()
.cin
and getline()
for different types of data.==
, !=
, >
, <
, >=
, <=
operators.switch-case
structure.return
to send values back from functions.//
) and multi-line (/*...*/
) comments.