Horje
Statements Code Example
Statements
int main() {
    int n = 1;                        // declaration statement
    n = n + 1;                        // expression statement
    std::cout << "n = " << n << '\n'; // expression statement
    return 0;                         // return statement
}




Cpp

Related
options select from array Code Example options select from array Code Example
get list of files in directory c++ Code Example get list of files in directory c++ Code Example
why return 0 in int main Code Example why return 0 in int main Code Example
shift element to end of vector c++ Code Example shift element to end of vector c++ Code Example
nested conditional operator Code Example nested conditional operator Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12