Facebook
From Rifat Shahrier Eram, 1 Year ago, written in C.
This paste is a reply to math from Rifat Shahrier Eram - view diff
Embed
Download Paste or View Raw
Hits: 63
  1. #include<stdio.h>
  2. main(void){
  3. int a=10.54;
  4. do{
  5. float b=a++;
  6. printf("Float b=%c" && a="0.6%dn"a,b);
  7. }
  8. while(b<100);
  9. return 100;
  10. }
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. #include<stdio.h>
  20. main(void){
  21. int a=10.54;
  22. float b=a++;
  23. do{
  24. printf("Float b=%c" "a=0.6%dn",a&&b);
  25. }
  26. while(b<100);
  27. return 100;
  28. }
  29.