C++ MQCs with Explanation.( CHAPTER 2: BEGINNING WITH C++)

Which of the following statements requires the header file to be included? ?

  1. cout <
  2. x + = 10;
  3. x = m*n+1;
  4. x = sqrt(y);



Answer: 
Option d: x = sqrt(y);

Explanation Here

Post a Comment

0 Comments