write a c program to add two integer numbers without using
arithmetic operator +
Answer Posted / reddy
(a+b)=square root([(4ab)+[(a-b)(a-b)]])
| Is This Answer Correct ? | 8 Yes | 31 No |
Post New Answer View All Answers
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is the purpose of 'register' keyword in c language?
What is the use of in c?
Why doesnt the call scanf work?
If fflush wont work, what can I use to flush input?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What are the complete rules for header file searching?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
Explain how can type-insensitive macros be created?
How can I write functions that take a variable number of arguments?
Why doesn't C support function overloading?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What are the different types of control structures?