Hi,
I am a new programmer, and i want to do the following:
I read a string from the keyboard and i store it in a char variable. The string the user provides through the keyboard can be anything (numbers, letters, etc).
Then, i need to print on the screen the ASCII values of the string (for example, if i write ab through the keyboard, then i want my program to print 6566)
I am a new programmer, and i want to do the following:
I read a string from the keyboard and i store it in a char variable. The string the user provides through the keyboard can be anything (numbers, letters, etc).
Then, i need to print on the screen the ASCII values of the string (for example, if i write ab through the keyboard, then i want my program to print 6566)
Comment