Computer Applications
Related Questions
Distinguish between the following:
/ and % operator
If m=5, n=2; what will be the output of m and n after execution?
i. m -= n ii. n = m + m/n
What will be the output of the following if x=5?
i. 5 * ++x
ii. 5 * x++What is type conversion? How is an implicit type conversion different from explicit type conversion?