int main (void)
{
char name[1800]="Mohammad Rakibul Haider";
int age=20;
char nick='R';
printf("my name is %s, my age is %d, Everyone call me %c\n", name, age, nick);
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