C++ MQCs with Explanation (CHAPTER 4: FUNCTIONS IN C++)

The function mul(void) { return(5.5 * 3); } when executed will return

  1. 16
  2. 16.5
  3. 16.0
  4. error



Answer: 
Option c: 16.0

Explanation Here

Post a Comment

0 Comments