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

Raman is a former. He wants to buy some pipes of distinct sizes . There were N pipes in the shop and some of them are of same size. The size of the pipe has been marked on the pipe using some number nums in the form of bar code. Can you write a program that scans all the bar codes and print number of pipes Raman can get from that shop.

Raman is a former. He wants to buy some pipes of distinct sizes . There were N pipes in the shop and some of them are of same size. The size of the pipe h…

Read more