skip to main
|
skip to sidebar
scriptprogramer
Program and Sample here
Pages
Forum
Search Script This Blog
Tuesday, June 17, 2014
Program contoh variabel lokal c++
#include <iostream.h>
#include <conio.h>
void main()
{
int r = 10;
int s;
s = 10 + r++;
//perhatikan bagian ini
cout<<"r = "<<r<<endl;
cout<<"s = "<<s<<endl;
getch();
}
Outputnya:
Newer Post
Older Post
Home
Copyright ©
scriptprogramer
Blogger Theme
by
BloggerThemes
Design by
Diovo.com