WAP in C# to make shortname from fullname.
In this program of C# we are going to learn how to make short name from full name of user.
Here we some variables like fullname(to store fullname of user), shorname(to store short name of user), i(to make use of loop), lindex(to store the value of last index from where the space comes)
...................
In this program of C# we are going to learn how to make short name from full name of user.
Here we some variables like fullname(to store fullname of user), shorname(to store short name of user), i(to make use of loop), lindex(to store the value of last index from where the space comes)
...................