// Without Arguments int main() { // Body } // With Arguments int main (int argc, char *argv[]) { // Body }