HI there, I'm totally new to C++ .
In a homework i have given the assigment to find the ASCII code for some characters.
for example Caps A = 65
Now, in a question they ask me to find the ASCII code for '4' and then the next question is for 4 (without single quotes).what is the difference?
In the same way they ask me to find it for 0 (cero) and then for '0' (with single quotes)
Can you help ???
Need to know the difference between them not only the answer.