isLetterOrDigit() replace() function – Computer Sir Ki Class

Login


Lost your password?

Don't have an account ?
Register (It's FREE) ×
  

Login
[lwa]



Exam Questions-ICSE2016-03J #JAVA#4256    siteicon   siteicon  

Problem Statement - isLetterOrDigit() replace() function

Write the return type of the following library functions :
(i) isLetterOrDigit(char)
(ii) replace(char,char)

Solution

TC++ #4256

isLetterOrDigit(char)  returns boolean type

replace(char,char) returns String type

Notes


Share

sunmitra| Created: 31-Mar-2018 | Updated: 16-Apr-2019|ICSE2016






Back