How to add two numbers without using arithmetic operators?
Answer Posted / suhas
# include <stdio.h>
main()
{
int a=8,b=2;
a|=b;
printf("sum="+a);
}
| Is This Answer Correct ? | 7 Yes | 43 No |
Post New Answer View All Answers
Differentiate abs() function from fabs() function.
How do I use void main?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Explain what is wrong in this statement?
What is wrong in this statement?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What are terms in math?
What are types of functions?
What is malloc calloc and realloc in c?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Explain what is a pragma?
Is null valid for pointers to functions?
What is the 'named constructor idiom'?
What is c programing language?