Computer-Organization
October 7, 2023UGC NET June-2019 CS Paper-2
October 7, 2023Web-Technologies
Question 50 |
Which of the following functions is used to trim the leading as well as trailing spaces of a string in VBScript?
Ltrim | |
Trim | |
Space | |
Replace |
Question 50 Explanation:
The Trim function removes spaces on both sides of a string.
Trim(string)
Trim(string)
Correct Answer: B
Question 50 Explanation:
The Trim function removes spaces on both sides of a string.
Trim(string)
Trim(string)
Subscribe
Login
0 Comments