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
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What will the preprocessor do for a program?
What does c in a circle mean?
How to get string length of given string in c?
Why pointers are used in c?
Explain how do you determine whether to use a stream function or a low-level function?
how to capitalise first letter of each word in a given string?
How pointers are declared?
What is a pointer variable in c language?
Explain how can you tell whether two strings are the same?
Can a pointer be null?
How variables are declared in c?
What is the difference between typedef and #define?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)