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 |
Why do we use null pointer?
What is the purpose of macro in C language?
What is call by value in c?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
What is volatile variable in c with example?
Explain the difference between malloc() and calloc() function?
In a byte, what is the maximum decimal number that you can accommodate?
What are identifiers in c?
How do you print an address?
what is diognisis?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work