how to add numbers without using arithmetic operators.
Answer Posted / bijoy skaria
use ++ operator
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
How can I recover the file name given an open stream?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What are the keywords in c?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What are the application of void data type in c?
What is the role of && operator in a program code?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is the use of f in c?
When can a far pointer be used?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Do pointers store the address of value or the actual value of a variable?
What does 1f stand for?
How pointers are declared?
What are multibyte characters?
What is the difference between call by value and call by reference in c?