how to add two numbers without using arithmetic operators?
Answer Posted / mallikarjun
#include<stdio.h>
#include<conio.h>
main()
{
int a= 10;
int b=5;
sum=0;
sum= a&&b;
printf(" sum= %d",sum);
}
| Is This Answer Correct ? | 9 Yes | 10 No |
Post New Answer View All Answers
What is putchar() function?
Can we initialize extern variable in c?
Why is c called c not d or e?
What is the difference between near, far and huge pointers?
How do you view the path?
What is printf () in c?
What are the two types of functions in c?
Explain what is output redirection?
all c language question
What is the difference between arrays and pointers?
What does 1f stand for?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Do string constants represent numerical values?
What are inbuilt functions in c?
Stimulate calculator using Switch-case-default statement for two numbers