how to add numbers without using arithmetic operators.
Answer Posted / abdur rab
#include <stdio.h>
int main ( int argc, char* argv [ ] )
{
int value1 = 10;
int value2 = 5;
printf ( "\n The sum is :%d", value1 | value2 );
}
| Is This Answer Correct ? | 10 Yes | 12 No |
Post New Answer View All Answers
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
differentiate built-in functions and user – defined functions.
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
develop algorithms to add polynomials (i) in one variable
Can I initialize unions?
What is the use of #define preprocessor in c?
Why header file is used in c?
What are directives in c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Which one would you prefer - a macro or a function?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What do header files do?
What does p mean in physics?
can we have joblib in a proc ?