12th Class NCERT Solution Download Click Here!
#include<iostream> using namespace std; int main() { cout<<"Hello world"; return 0; }
This Program will print: Hello World
No comments:
Post a Comment