C program to find ascii value of a string

C program to find ascii value of a string

Output:

Enter a string to find its ascii value: abc
ASCII value of string abc is 294

Implementation: