I have the following code:
#include <stdio.h>
int main(){
printf("hello world");
}
The output is the following:
hello world%
Is there a way to remove the final "%" (which is actually black on white and not white on black like the other characters) of the output?