Question: can someone help me with these please QUESTION 1 Indicate the value of the identifier in the same format that the identifier was declared once


QUESTION 1 Indicate the value of the identifier in the same format that the identifier was declared once the following line of code has completed int i = 'B': QUESTION 2 The following is a fundamental data type long True False QUESTION 3 Indicate the value of the identified in the same format that the identifier was declared once the following line of code has completed double d = pow( 10.0, 4.0); QUESTION 4 2BorNot2B is a valid centiberina True 10 False QUESTION 5 CIS_158 is a valid identifier in C True O False QUESTION 6 Assume the following int a = 5, b = 3 float x = 9.0, y = 2.11 z = 3.0; Evaluate the following expression: b% a- (int)x QUESTION 7 Assume the following int a = 5, b = 3 float x = 90, y = 2.11 z = 3.0 Evaluate the following expression X" a7 3 + 2 QUESTION 8 Indicate the value of the identifier i in the same format that the identifier was declared once the following line of code has completed. int i = 'm'-'b'; QUESTION 9 Indicate the value of the identifier d in the same format that the identifier was declared once the following line of code has completed double d = sqrt ( 225.0); QUESTION 10 Assume the following int a = 5, b=3 float x = 90, y = 2112=30, a/b+ (int) x* a Evaluate the following expression
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
