Namespacestd not yet understood

does namespace std contain the c++ function libraries

@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.