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 |
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
Can you please compare array with pointer?
difference of two no's with out using - operator
Give basis knowledge of web designing ...
Where we use clrscr in c?
Is c an object oriented programming language?
wat is the difference between array and pointer?
ratio,age,persentage
who is the editor of 'pokemon'?
Is c a great language, or what?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?