What is the output of the messagebox function in following codeClass Test Dim A, B, C as Byte, Sub Main() A=200 B=100 C=A+B Console.WriteLine ( C )End subEnd Class

A) Prints 300 as the output
B) Prints “C”
C) Compiler Error
D) RunTime Error
Explanation: Over flow exception as the sum of 2 bytes is always long

Showing Answers 1 - 1 of 1 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions