Menu Close

Tutorial 02 | Simple Introduction Of Dev C++ | Print Name On Screen Using C++ In Urdu/Hindi

1 0
Read Time:31 Second

In this tutorial, you can learn about the dev C++ software and learn how to print any name, number on screen.

Code:

#include<iostream>
#include<conio.h>
using namespace std;
int main()
{ cout<<“\n\t>>>>>>>>>>> Print Name And Detail >>>>>>>>>>>>>>>”;
cout<<“\n\n\tWebsite Name: \t\t ElectSoft “<<endl;
cout<<“\tFacebook Page:\t\t WWW.FACEBOOK.COM/ELECTSOFT07″<<endl;
getch();
return 0;
}

Result:

Tutorial Video:

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Related Posts

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Leave a Reply

Your email address will not be published. Required fields are marked *

%d bloggers like this: