Instead of actual numbers, 0x000 are present in the result
Works fine in friend's system, but I get this result
Instead of actual numbers, 0x000 are present in the result
Works fine in friend's system, but I get this result
As explained here and here you are seeing the values in Hex.
Just right-click in the debugger console and uncheck hexadecimal display.
Or whenever you are debugging just click as shown on the image (extracted from this answer):