Hi,
I get an upside down question mark as an output from of of my function, what does it mean exactly?
Hi,
I get an upside down question mark as an output from of of my function, what does it mean exactly?
If it's not at all what you're expecting, it may be something to do with the encoding which your terminal is using, and your program attempting to output text in an encoding which doesn't match. What did you expect to see from your program?
It does not mean anything special in C. Your function will only output what you program it to do, so if it is not outputting what you expect, you have a bug; simple as that.
That is a Punto de Interogación Inicial. It is used in Spanish to indicate the beginning of a question. In English, questions are easier to identify while reading because word order is often changed for questions. In Spanish that is not the case.
Do you expect 168 as the result by any chance? It's the Extended-ASCII code of the upside-down question mark.