how to add numbers without using arithmetic operators.
Answer Posted / srikanth
int main()
{
int a=3,b=5;
printf("
%d
",printf("%*c%*c",a,' ' ,b,' '));
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why clrscr is used in c?
What is a structure member in c?
Explain output of printf("Hello World"-'A'+'B'); ?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is main () in c?
What is string function in c?
What are dangling pointers in c?
How do I read the arrow keys? What about function keys?
Explain what is the benefit of using const for declaring constants?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is the best way to comment out a section of code that contains comments?
What is conio h in c?
Do string constants represent numerical values?
Can a pointer be volatile in c?
I have a varargs function which accepts a float parameter?