sir i wanted to know how we wap in c to add numbers without
using arithmetic operator in which digits are entered by
user?
Answer Posted / sheshivardhan reddy.rayala
using aadd()function we can add the arguements without
using arithmetic operator
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is sizeof int?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
in iso what are the common technological language?
Explain how can I convert a string to a number?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
what is the function of pragma directive in c?
What is typedef struct in c?
What is an example of structure?
Explain the properties of union.
How do I swap bytes?
Why c is a mother language?
Explain how can you tell whether a program was compiled using c versus c++?
what is different between auto and local static? why should we use local static?
Explain union.
what is use of malloc and calloc?