Assignment 5
Demonstrate functions that:
a. Concatenates two strings.
b. Returns a substring given the first character location and the length.
c. Count the number of vowels in a string.
d. Change upper-case letters to lower case.
e. Display ASCII code of the characters.
f. Replace an alphabet with the next alphabet (eg: g with h and z with a ).
PS: The program should be coded in both C and C++.
|