Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?

What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?

A. Hello world
B. Hello
C. C
D. World