Que: 192. Which of the following string handling functions and methods are used to compare two strings.i) StrComp ii) String.Compare iii) String.Equals iv) String.CompareTo
Que: 193. The string handling function, “Mid” in visual basic .net is used to ……………..i) get a substring ii) insert a substring iii) remove text iv) format string
Que: 195. State the following statements are True or False for arrays in visual basic .net arei) Array are objects in vb .netii) Array variables can have the public, protected, friend, private or protected friend specifier