int i=11;
int function(void)
{
int v;
v=i*i;
return v;
}
int main (void)
{
int p,k,i=20;
printf("p =%d k =%d\n",p,k);
printf("%d\n",i);
printf("%d\n",function());
printf("%d\n",::i);
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