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 |
Write a program to check whether a number is prime or not using c?
write a C program to print the program itself ?!
Here is a neat trick for checking whether two strings are equal
What is the difference between NULL and NUL?
what is computer
Explain the ternary tree?
Is int a keyword in c?
Differentiate between functions getch() and getche().
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
WHAT IS C?
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
Explain how does flowchart help in writing a program?