Converts its argument, an 8-bit ASCII character, to a 7-bit ASCII character. Format #include <ctype.h> int toascii (char character);
1 – Argument
character An object of type char.
2 – Return Value
x A 7-bit ASCII character.