Minggu, 30 November 2025

listing2.2.cpp using namespace std

// listing2.2.cpp
#include <iostream>

int main()
{
    using namespace std;
    cout << "Hello world! using namespace std" << endl;
    return 0;
}

output:
 
Hello world! using namespace std

Process returned 0 (0x0)   execution time : 0.081 s
Press any key to continue.

Tidak ada komentar:

Posting Komentar