1.

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

A. Hello World
Answer» C.


Discussion

No Comment Found