As you write program of hello world! only like that in this program just change the statement of printf("statement:):
like printf'("name of yours")
#include <stdio.h>
int main()
{
/* printf function displays the content that is
* passed between the double quotes.
*/
printf(" Navin");
return 0;
}
Output:
Navin
The conclusion out it is you can write whatever you want to write in printf(""):statement