int i;
int function(void)
{
int v;
v=i*i;
return v;
}
int main (void)
{
int p,k;
printf("p =%d k =%d\n",p,k);
i=5;
printf("%d\n",function());
for(i=0;i<10;i++)
{
int j;
printf("j =%d\n",j);
}
//j=3;
system("pause");
return 0;
}
c, c++ , java, oracle, database design, c tutorial, c++ tutorial, java tutorial, oracle tutorial, programming, make program easy, c programming, c advance program, java advance program
All rights reserved||Using Deluxe Template By Klodian
0 comments:
Post a Comment