Created
July 6, 2020 07:33
-
-
Save HarshitRuwali/e6330af8ae0816b4c84bb71f9f8573c3 to your computer and use it in GitHub Desktop.
Running C and C++ files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc file.c | |
./a.out | |
g++ file.cpp | |
./a.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment