01/10/2018, 01:04
Tại sao hàm printf k nhận đối số là số thực?
Mọi người xem giúp em
float a = 1 ;
float b = 2 ;
float c = a/b ;
printf© ;
nhưng em thử dùng cách này lại chạy: printf ("%f",c);
Mọi người xem hộ em
Bài liên quan
https://www.tutorialspoint.com/c_standard_library/c_function_printf.htm
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.