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
Write a program to swap two numbers without using third variable in c?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
How can I read in an object file and jump to locations in it?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is a 'null pointer assignment' error?
What is boolean in c?
What is difference between structure and union in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Difference between Function to pointer and pointer to function
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is main () in c?
What is dynamic dispatch in c++?
Explain how do you list a file’s date and time?
How do you sort filenames in a directory?