Exercise :: Strings - General Questions
- Strings - General Questions
6. | If s1 and s2 are references to two strings, then which of the following is the correct way to compare the two references? |
|||||||||
|
7. | What will be the output of the C#.NET code snippet given below?
|
|||||||||
|
8. | Which of the following snippets are the correct way to convert a Single into a String?
|
|||||||
|
9. | Which of the following will be the correct output for the C#.NET code snippet given below?
|
|||||||||
|
10. | Which of the following is correct way to convert a String to an int?
|
|||||||
|