What would be the output of the following C program? int n=2, m=3, k; k = (float)m/(float)n; printf(k=%0.5d,k);
Reveal answer
Fill a bubble to check yourself
What would be the output of the following C program? int n=2, m=3, k; k = (float)m/(float)n; printf(k=%0.5d,k);