You are on page 1of 1

0uFSTl0t 8.2 _ Output of the Pragram ?

S0luTl0t

#incIude<stdio.h>
#incIude<conio.h>
void main()
{
fIoat a=13.5;
doubIe b=13.5;
cIrscr();
printf(" \n%f%If ",a,b);
getch();
}

OU97U9

I3.500000 , I3.500000

You might also like