Question: A program should compute two times x. Which statement has a logic error? O y=2*x; O y = x + x; O y=x*x; O y
A program should compute two times x. Which statement has a logic error? O y=2*x; O y = x + x; O y=x*x; O y = x * 2 In C++, we can have various functions with the same name but operate on different types or numbers of arguments. This is called O function overloading function generator O function prototype function overriding
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
