If you already know what is Unicode and you are sure that you know that you want to convert it to 7-bit ASCII and of the downside that it has, you can skip the chit-chat and jump to JUnidecode ...
Take the given character from the user as input using scanf function. Convert the character into the ASCII value using %d. Print the value using printf. To write a C program to read N value and to ...