1.

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

Answer»

is TRUE and DATA TYPE of X is BOOLEAN



Discussion

No Comment Found