develop a solution for the following in c.
you are given a string s.you need to print short name of given string.
Input format:
the first and only line of input contains a strings.
Constraints:
1<=|S|<=100
Output format:
you need to print the short name of provided string.
sample input 0
Mohd Kafeel Khan
sample output 0
M.K.Khan
Answers
Answered by
1
Explanation:
ebxb d x
Similar questions