what is the use of print function in c code example
Example 1: c print statement
printf("hello");
Example 2: c how to print
printf("Hello World");
printf("your text here");
printf("hello");
printf("Hello World");
printf("your text here");