ddh4r4m/night-hacker-dark-theme

for c programs the ouput is not printing on the console as it should be

Closed this issue · 5 comments

#include <stdio.h>
void main(){
    char lc=-1;
    printf("%c",lc);
}

output should be : � hi

but on console it is not visible on this theme
the output is :
image

I'm not able to reproduce the error, can you share the code which you are trying to run ?
I ran the code you provided, but it is displayed perfectly.
image

for me it is not printing the question mark
image

This might be an issue with the font you are using, Try switching to something else / coding fonts for terminal. And you can close this issue if it gets resolved.

no, it is not the issue my terminal font is default font

Do you see the output in other themes ? can you post that screenshot ?