MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output for the given set of code? static void Main(string[] args) { String c = " Hello Computer "; String a = c.Trim(); Console.WriteLine(" "" + s + " ""); } |
| A. | Hello Computer |
| B. | HelloComputer |
| C. | Hello Computer |
| D. | Hello Computer |
| Answer» D. Hello Computer | |