Comments in compiler
Comments in compiler Comment is part of the source codes disregarded by the compiler. They simply do nothing.……
Comments in compiler Comment is part of the source codes disregarded by the compiler. They simply do nothing.……
STRUCTURE OF PROGRAM (part 5) return 0; The return statement cause the main functions to finish. return may be followed by a return……
Structure of a program // my first programS in C++#include <iostream>using namespace std;int main (){cout << "I am ready……