how to add numbers without using arithmetic operators.
Answer Posted / satish gaikwad
suppose a=6 and b=3
we can write c=a-(-b)
which will give us c=9
| Is This Answer Correct ? | 5 Yes | 23 No |
Post New Answer View All Answers
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Explain bit masking in c?
Are enumerations really portable?
What does a pointer variable always consist of?
Write a program to reverse a string.
What is the best style for code layout in c?
What is the use of gets and puts?
Which is more efficient, a switch statement or an if else chain?
What is a nested loop?
What is the use of clrscr?
Write a c program to demonstrate character and string constants?
What are the functions to open and close file in c language?
What is extern keyword in c?
What is sizeof c?
What are the three constants used in c?