25 2as in c

Solutions on MaxInterview for 25 2as in c by the best coders in the world

showing results for - " 25 2as in c"
Henry
04 May 2017
1example:
2printf("%.*s",3,"hello");
3
4output:hel
5here 3 represents the length of the string to be printed in the "hello string".