Submitted by Karthik on Jan 09, 2011 - 20:27 chisom Wrote: Hi Everyone, Can you give me some good Example? This Example will print the Hello without using printf. It is possible. Can you help me? You can use putc() function instead of printf(). e.g. putc("Enter your name: "); Forums Desktop Programming Submitted by mableswift on Oct 13, 2011 - 13:42 Permalink Putc() Yes you can use putc() to print a line instead of printf() as both work in the same manner.Both the functions can also be used together in a program for printing values of the variable. Log in or register to post comments Add new comment
Submitted by mableswift on Oct 13, 2011 - 13:42 Permalink Putc() Yes you can use putc() to print a line instead of printf() as both work in the same manner.Both the functions can also be used together in a program for printing values of the variable. Log in or register to post comments
Putc()
Yes you can use putc() to print a line instead of printf() as both work in the same manner.Both the functions can also be used together in a program for printing values of the variable.