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); }
Do you mean that you mistyped into the forum posting message box when you should have simply cut from the source and pasted into the box?
Or do you mean that the typo exists in the code that you've been trying to compile and that now that the typo is fixed that everything is just peachy?
If a problem still exists, you could try describing it.
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?