English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Evaluate the following C++ expressions where x, y, z are integers and m, n are floating-point numbers. The value of x = 5, y = 4 and m = 2.5; z *= x * m + x; - Computer Science

Advertisements
Advertisements

Question

Evaluate the following C++ expressions where x, y, z are integers and m, n are floating-point numbers. The value of x = 5, y = 4 and m = 2.5;

z *= x * m + x;

Answer in Brief

Solution

z = (x++) * m + x;
= 5*2.5 + x
= 12.5 + 5
= 18 (z is int type, therefore the fractional part is removed, X++ is incremented after the addition)

shaalaa.com
  Is there an error in this question or solution?
Chapter 9: Introduction to C++ - Data Types, Variables and Expressions - Evaluation - Section - C [Page 151]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 11 TN Board
Chapter 9 Introduction to C++
Data Types, Variables and Expressions - Evaluation - Section - C | Q 3. (iii) | Page 151
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×