Computer Science, asked by vaibhavrajak085, 5 months ago

i. A C program has the following declaration:
int i, j; long int ix; short s; float x; double dx; char c;
Determine the data type of each of the following expressions:
i. ito
ii. int(dx) + ix
iii. X +i
iv. dx + x
vi. sto
V. X + c​

Answers

Answered by sumanroy8213
0

Answer:

A C program has the following declaration:

int i, j; long int ix; short s; float x; double dx; char c;

Determine the data type of each of the following expressions:

answer: iv. dx + x

Similar questions