Question: Do it Question 2 C++ Output Multiple Choice Questions [CLO-2] Marks = 5 What is the output of the following code segments? Choose only one
![Do it Question 2 C++ Output Multiple Choice Questions [CLO-2] Marks](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f94c61a628a_04966f94c612a228.jpg)
Do it
Question 2 C++ Output Multiple Choice Questions [CLO-2] Marks = 5 What is the output of the following code segments? Choose only one option. S. No C++ Code Output 1. int operate (int a, int b) A. 10.0 5.0 B. 5.0 2.5 return (a*b); C. 10 2.5 } float operate (float a, float b) return (a/b); void main() int x=5, y=2; float n=5.0, m=2.0; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
