Computer Science, asked by deeptineelayavalasa, 7 months ago

int p=10,q=5;
x = (p>q)?true:false;
predict the output of the above code and assign data type for x

Answers

Answered by raj1990600
1
Output is true and data type of x is Boolean
Similar questions