#cpp
Read more stories on Hashnode
Articles with this tag
To know the difference between QUALIFIERS and DATA TYPE first we should know about data type and qualifier. DATA TYPE- A data type defines a set of...
To know the full form of “iostream.h”, let’s break it- i = input (Cin) o = output (Cout) stream = Streams refer to sequence of bytes. In Files we...