string

PythonF

String Palindrome

A string S is passed as input to the program. The program must print “yes” if the string S is a palindrome and must print…
PythonF

Replace Border with String

The program must accept a character matrix of size RxC and a string S as the input. The program must replace the characters in the border of…
PythonF

String Reverse

A string S is passed as input to the program. The program must reverse the string and print the reversed value. Input Format:The first line…
CF

String Stairs Pattern

The program must accept a string S containing only alphabets as the input. The program must print the string S…
PythonF

String – Print till char

A string S is passed as input along with a character C. The program must print the string value S till C is reached. Input Format:The first…
CF

Matrix Find String Row-wise

A character matrix of size N*N and a string S are given as input.The program must check if the string is present in the matrix row-wise and…