1.

given the string "I LOVE COMPUTER SCIENCE DEPARTMENT", find the followingI. the length of the stringii. concatenate all the word in the string III.INSERT ('DEPARTMENT,3,XYZ')

Answer»
1.the length of the string is 34
2.Concatenate: I--LOVE--COMPUTER--SCIENCE--DEPARTMENT
3.INSERT: (DEPARTMENT)
 DEXYZPARTMENT


Discussion

No Comment Found

Related InterviewSolutions