A C program contains the following declarations and initial assignments: int i= 8, j = 5; float x = 0.005, y = 0.01; char c = ‘c’, d = ‘d’; Determine the value of each of the following expressions....



  1. A C program contains the following declarations and initial assignments:



int  i= 8, j = 5;


float  x = 0.005,  y = 0.01;


char c = ‘c’, d = ‘d’;


Determine the value of each of the following expressions.



  • (3*i*j)%(2*d)

  • (i*j)%(c+2*d) / (x*y)

  • 5 * (i + j) > 'c'

  • 2*x+ (y== 0)

  • (x > y) && (i > 0) || (j <>



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here