Tech Tutorials
Quality Programming and Technology Tutorials [Urdu/Hindi]
Scripts
Home
GameDevelopment
C++ Videos
Scripts
Thursday, 11 May 2017
C++ Tutorials for begginners (hindi/urdu) [part 16]- do while
#include<constream.h>
#include<iomanip.h>
void main(){
clrscr();
// do - while()
int i=0;
do
{
cout<<i<<endl;
i++;
}while(i<=10);
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment