Computer Science, asked by rafiqueayesha731, 6 hours ago

if x=5 and z='3' then y=x+z will be a numeric variable true or false?

Answers

Answered by sharmapriyansu33
0

Explanation:

int x=3; char z='3';

Therefore, According to the data hierarchy the variable y will be of Integer type..

Similar questions