Showing posts with the label ExamsShow all

Pangram is a sentence containing every letter in the English alphabet.Given a string find all the characters that are missing from the string i.e , the characters that can make the string pangram . We need to print the output in alphabetic order You have to find that character to make this string pangram

Pangram is a sentence containing every letter in the English alphabet.Given a string find all the characters that are missing from the string i.e , the c…

Read more

Albert and Infinite String. Albert loves playing with strings,he thought of creating an infinite string ‘s’ of lowercase English letters,but then his friend ‘a’ comes over and ask him to count number of times his name is getting repeated,just to make the life easier for Albert he asked him for only counting till the first ‘n’ character ,write a program to help Albert for the same.

Albert and Infinite String Albert loves playing with strings,he thought of creating an infinite string ‘s’ of lowercase English letters,but then his…

Read more