By Karthik , 9 January, 2011 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 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. Add new comment
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.
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.