Program To Sort A String in Alphabetical Orde SDSDR - FACE Prep
Program To Sort A String in Alphabetical Orde SDSDR - FACE Prep
Login (https://www.faceprep.in/login/?rurl=/c/program-to-sort-a-string-in-alphabetical-order/)
Link copied to clipboard.
Wall of Love Share away! Dismiss
Explore
(https://www.faceprep.in/) Sign Up (https://www.faceprep.in/signup/?rurl=/c/program-to-sort-a-string-in-alphabetical-
(https://www.faceprep.in/reviews/)
order/)
Program to sort a string in alphabetical order is discussed here. Given a string, the task is
to sort the string in alphabetical order and display it as output.
Input: face
Output: acef
Input: focus
Output: cfosu
Method 1: Sorting the string alphabetically by swapping the characters of the string.
Method 2: Sorting the string alphabetically using standard library functions.
Output
https://www.faceprep.in/c/program-to-sort-a-string-in-alphabetical-order/ 1/3
13/04/2021 Program to sort a string in alphabetical order | FACE Prep
Scan the characters one by one from the input string. If the second character
Login is smaller
(https://www.faceprep.in/login/?rurl=/c/program-to-sort-a-string-in-alphabetical-order/)
Link copied to clipboard.
Wall of Love Share away! Dismiss
Explore
than the first character,(https://www.faceprep.in/)
swap them and continue the same procedure until all the
Sign Up (https://www.faceprep.in/signup/?rurl=/c/program-to-sort-a-string-in-alphabetical-
(https://www.faceprep.in/reviews/)
characters in the string are encountered. order/)
Output
Recommended Programs
C (Https://Www.Faceprep.In/C)
If you have any feedback about this article and want to improve this, please write
to [email protected]
https://www.faceprep.in/c/program-to-sort-a-string-in-alphabetical-order/ 2/3
13/04/2021 Program to sort a string in alphabetical order | FACE Prep
Login (https://www.faceprep.in/login/?rurl=/c/program-to-sort-a-string-in-alphabetical-order/)
Link copied to clipboard.
Wall of Love Share away! Dismiss
Explore
(https://www.faceprep.in/) Sign Up (https://www.faceprep.in/signup/?rurl=/c/program-to-sort-a-string-in-alphabetical-
(https://www.faceprep.in/reviews/)
order/)
(https://www.faceprep.in/)
https://www.faceprep.in/c/program-to-sort-a-string-in-alphabetical-order/ 3/3