How to add two numbers without using arithmetic operators?
Answer Posted / nitish
why cant we just or the two numbers
| Is This Answer Correct ? | 9 Yes | 20 No |
Post New Answer View All Answers
What is a #include preprocessor?
What is the purpose of macro in C language?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
write a program to print data of 5 five students with structures?
What is a struct c#?
Why clrscr is used after variable declaration?
What is the difference between the = symbol and == symbol?
What is use of integral promotions in c?
What is use of #include in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What are unions in c?
What are register variables in c?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is the heap in c?
What are the types of data files?