write a c program to add two integer numbers without using
arithmetic operator +

Answer Posted / mohith

a=0x08;
d=0x02;
e=a|d;

Is This Answer Correct ?    2 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain high-order bytes.

678


What does volatile do?

570


What is define c?

577


What is the significance of an algorithm to C programming?

598


How can type-insensitive macros be created?

705






What is signed and unsigned?

646


c program for searching a student details among 10 student details

1659


Why is extern used in c?

614


What is nested structure in c?

616


Why #include is used in c language?

605


What are header files and explain what are its uses in c programming?

616


Why string is used in c?

586


Explain what is a program flowchart and explain how does it help in writing a program?

653


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2651


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2241