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
1. Compiling it with g++: g++ -o outputFile filename.cpp (o option is used to produce executable file of name same as mentioned(exe_name) of filename.cpp. By default its executable file is a.out, run as ./a.out )