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
all c language question
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Write a program to print numbers from 1 to 100 without using loop in c?
How do we make a global variable accessible across files? Explain the extern keyword?
What is the difference between far and near in c?
What is typedef struct in c?
what is the height of tree if leaf node is at level 3. please explain
What are the benefits of organizational structure?
What are different types of pointers?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Is there a built-in function in C that can be used for sorting data?
Explain the bubble sort algorithm.
write a program in c language to print your bio-data on the screen by using functions.
what is recursion in C
Apart from dennis ritchie who the other person who contributed in design of c language.