How to add two numbers without using arithmetic operators?
Answer Posted / kavi
#include<stdio.h>
int a,b,c;
{
printf("enter the two values");
scanf("%d","%d",&a,&b);
c=a||b;
}
| Is This Answer Correct ? | 10 Yes | 80 No |
Post New Answer View All Answers
What does typeof return in c?
What standard functions are available to manipulate strings?
What are the different types of errors?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is c preprocessor mean?
Is r written in c?
Can the size of an array be declared at runtime?
hi send me sample aptitude papers of cts?
What is the use of typedef in structure in c?
What are data types in c language?
Why isnt there a numbered, multi-level break statement to break out
pierrot's divisor program using c or c++ code
Explain how do you determine whether to use a stream function or a low-level function?
What is #define in c?
What are the benefits of c language?