December Code

December Code / Try C

Try C

No account needed. Answer, see why, move on.

1 of 3 today

Data Types & Operatorseasy

What does this C code print?

int a = 7, b = 2;
float f = a / b;
printf("%.1f\n", f);
Choose one option
choose an option

Nothing here is saved. Create a free account to keep your progress, take an assessment and get your readiness score.