You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#include <iostream> // why iostream cause we want to include the input and out of c++ standard lib and this iostream is also a header ... so why we don't write
// include <iostream.h> casue this is the part of c hence it don't take h where as which files that have 'h' are the part of new c++