1.

Which of the following is the correct output for the program given below?
#include <stdio.h>
int main ( )
{
float floatvalue = 8.25;
printf ("%d n " , (int) floatvalue);
return 0;
}

A. 0
B. 0.0
C. 8.0
D. 8
Answer» E.


Discussion

No Comment Found

Related MCQs