Consider there is a string
"hai welcome..."
I need to print the string as such leaving the first three characters..
I should not use in-built functions or others...
It should b done in a single printf statement by changing the control string pattern..