Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Data Type of an Arithmetic Expression float avg; int sum = 1 0 0 , c = 6 ; avg = sum ? c ;

Data Type of an Arithmetic Expression
float avg;
int sum =100,c=6;
avg = sum ?c;
The result of the division will be 16
avg will be 16.0
Only the integer part of the result will be considered if two operands are integer
Even when the target variable is float
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions