What will be the output of following program? 

		
					

Loading

Choose the correct option.

What will be the output of following program? 

#include
void main()
{
float x;
x=(float)9/2;
cout< }

A. 4.5
B. 4
C. 4
D. 5