Lecture-1-2 [Hello Word] Vikash Singh CPP_1 #include<iostream> using namespace std; int main() { cout<<"Hello Word"; return 0; }
Give Same Suggestion