Hello i am new to this programming software, so can anyone tell me whats wrong with this code?
#include<stdio.> void main() { printf("Hello World"); while(1); }
No what i meant is that in my code i wrote #include<stdio.h> ... but i am still cant see any output!!
printf() outputs through putchar(). Do you have putchar() working properly?