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
What do you understand by normalization of pointers?
What is difference between stdio h and conio h?
Can the size of an array be declared at runtime?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What are the applications of c language?
What is meant by gets in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is #line?
What is the value of uninitialized variable in c?
What is preprocessor with example?
i got 75% in all semester am i eligible for your company
What is putchar() function?
Is there any data type in c with variable size?
What does void main return?