how do we remove the printed character in printf statement
and write next it it
Answer Posted / bharat
use \br in the starting of next printf statement..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are categories used for in c?
What is the need of structure in c?
Hi can anyone tell what is a start up code?
When should volatile modifier be used?
Where are some collections of useful code fragments and examples?
Do you know the use of fflush() function?
what is the syallabus of computer science students in group- 1?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is a pointer on a pointer in c programming language?
Describe how arrays can be passed to a user defined function
What are qualifiers and modifiers c?
How will you write a code for accessing the length of an array without assigning it to another variable?
What do the functions atoi(), itoa() and gcvt() do?
Is malloc memset faster than calloc?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"