how to add numbers without using arithmetic operators.
Answer Posted / satish gaikwad
oh sorry I have considered as addition operator
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Explain how can I remove the trailing spaces from a string?
What is int main () in c?
Difference between macros and inline functions? Can a function be forced as inline?
Do you know the purpose of 'register' keyword?
What is structure in c explain with example?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Explain function?
Why is c called a structured programming language?
Explain how can you be sure that a program follows the ansi c standard?
what type of questions arrive in interview over c programming?
how to write a c program to print list of fruits in alpabetical order?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is unary operator?
What are file streams?
What are different types of operators?