The following codes represents the basic use of printf function.
#include<stdio.h>
int main() {
printf( "HELLO TO THE WORLD OF C \n" );
return 0;
}
The following codes represents the basic use of printf function.
#include<stdio.h>
int main() {
printf( "HELLO TO THE WORLD OF C \n" );
return 0;
}
No comments:
Post a Comment