10-Write a C program to find the ASCII value of a character.
Program: 10
Write a C program to find the ASCII value of a character.
Output:
Enter any character: s The ASCII value of s is: 115
Write a C program to find the ASCII value of a character.
Enter any character: s The ASCII value of s is: 115