how to add numbers without using arithmetic operators.
Answer Posted / satish gaikwad
suppose a=6 and b=3
we can write c=a-(-b)
which will give us c=9
| Is This Answer Correct ? | 5 Yes | 23 No |
Post New Answer View All Answers
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What are called c variables?
#include
Implement bit Array in C.
What is the use of ?
What is the difference between functions getch() and getche()?
What is a constant and types of constants in c?
Explain how do you use a pointer to a function?
Explain setjmp()?
What is this infamous null pointer, anyway?
Why do we need functions in c?
What is the difference between array and pointer?
What does malloc () calloc () realloc () free () do?
What are the advantages of using Unions?
What is structure in c language?