Header File Syntax: You should use #include <iostream> instead of #include <iostream.h>. The .h headers were used in older versions of C++, but the standard library headers no longer use the .h extension. main Function Return Type: The main functio...
sinank.hashnode.dev3 min read
No responses yet.