Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
1
Downvoting Members
4
1 Commented Post
0 Endorsements
Ranked #107.57K
~448 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for comwizz

follow this basic program structure and you can get the answer #include <iostream> #include <conio.h> using namespace std; int main () { cout << "Hello World! "; getch(); return 0; }

Member Avatar for deepshikha more
0
448