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


Please Help Members By Posting Answers For Below Questions

What is null in c?

602


What is clrscr in c?

682


What is a wrapper function in c?

592


Explain what will the preprocessor do for a program?

607


write a c program for swapping two strings using pointer

2097






What does emoji p mean?

608


What is extern variable in c with example?

541


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3299


How do I round numbers?

604


Who invented bcpl language?

709


What are the types of unary operators?

665


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

636


What are the advantages of using Unions?

643


What are register variables? What are the advantage of using register variables?

689


How can I get back to the interactive keyboard if stdin is redirected?

673