how do we remove the printed character in printf statement
and write next it it



how do we remove the printed character in printf statement and write next it it..

Answer / bharat

use \br in the starting of next printf statement..

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

What is sizeof c?

0 Answers  


What does the characters “r” and “w” mean when writing programs that will make use of files?

0 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


how to find greatet of 10 numbers without using array?

4 Answers  


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

0 Answers  


what type of errors are checked during compilation

3 Answers  


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

0 Answers   Sikkim Manipal University,


What will be the output of x++ + ++x?

20 Answers   MBT, Religare,


Write the control statements in C language

0 Answers   Atos Origin,


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...

3 Answers  


What is pass by value in c?

0 Answers  


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

0 Answers  


Categories