What will be the output of following program? June 6, 2022 by admin ✪ Choose the correct option. What will be the output of following program? #include void main() { float x; x=(float)9/2; cout< }A. 4.5B. 4C. 4D. 5 Submit Answer