Print initials of a name in C

In this article, we have explained how to find the initials of a name and implement the technique in C Programming Language.

Table of contentsProblem statementApproach to solveImplementationOutputProblem statement

In this problem, we have to find the initials of a name. Given a name N, we have to print the initials of the name followed by the full surname.

For example, if N = Ram Kumar Sharma, then the initials will be:
R.K.Sharma

We will implement this problem in C Programming Language.

...
 •  0 comments  •  flag
Share on Twitter
Published on January 07, 2023 04:16
No comments have been added yet.