0
How to search a character
How to make a program in C plus plus to search the character because I want to make a program to give the full form the programming language C plus plus
1 Answer
+ 3
Hints:
use array with for loop
if the array matches the character, return true