We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi sir, how to use the printf statement in the keil.because it showing the error like "printf" is impilicitily defined. can us tell the hoe to add the pritf library file in the code.
You forgot
#include <stdio.h>
?
en.wikipedia.org/.../"Hello,_World!"_program
Did you forget to include the standard IO library header file?
Doh. Andrew Neil just beat me to it.