int main(void)
{
int i=7;}
float f=5.5;
char c='w';
printf("%f\n",(i+f));
printf("%d\n",i+c);
printf("%d\n",i+c-'0');
printf("%f\n",(i+c)-(2*f/5));
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
int i=7;}
float f=5.5;
char c='w';
printf("%f\n",(i+f));
printf("%d\n",i+c);
printf("%d\n",i+c-'0');
printf("%f\n",(i+c)-(2*f/5));
return 0;
All rights reserved||Using Deluxe Template By Klodian
0 comments:
Post a Comment