does namespace std contain the c++ function libraries
Namespacestd not yet understood
@Bhavit_Singla hey bhavit basically namespace std gives a scope for cin and cout which is predefined in headerfiles it ensure that and giving kind of instruction to use only predefined cin and cout which is predefined in headerfiles.