how to add numbers without using arithmetic operators.
Answer Posted / karna
i am eager to see this progrm answer
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why & is used in scanf in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is the difference between far and near in c?
What is the difference between local variable and global variable in c?
how do you programme Carrier Sense Multiple Access
What are header files in c?
Tell me what are bitwise shift operators?
Is c still relevant?
Can we declare variables anywhere in c?
What is meant by recursion?
Explain the bubble sort algorithm.
What are the advantages of c language?
What is the difference between void main and main in c?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result