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 are the disadvantages of a shell structure?
Which of these functions is safer to use : fgets(), gets()? Why?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Where static variables are stored in memory in c?
Why main function is special give two reasons?
When can a far pointer be used?
What is the sizeof () operator?
What is the difference between text and binary i/o?
What are the types of operators in c?
Can we use visual studio for c?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Describe dynamic data structure in c programming language?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Is sizeof a keyword in c?
With the help of using classes, write a program to add two numbers.