Computer Applications
Write down the syntax to compare two Strings(str1, str2) are same or not.
Related Questions
Fill in the blanks:
The output of "VIDYALAYA."substring(2,5) will result in _________
Write down the syntax to check whether a character(chr) is in upper case or not.
Write down the syntax to extract the last character of a word(wd) stored in the variable chr.
Write down the syntax to return the first occurrence of 'a' in the word "applications".