write a C program, given number is double without using addt
ion and multiplication operator?ex:n=6,ans=12,pls send me ans
to goviseenu@gmail.com
Answer Posted / venu
lol, you can't use bitwise operators on double. can be used
only for integers.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can a program be made to print the line number where an error occurs?
What is the significance of c program algorithms?
Can we add pointers together?
What are the disadvantages of c language?
What are qualifiers in c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Is c still used?
When can you use a pointer with a function?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Define macros.
Compare array data type to pointer data type
What is an auto keyword in c?
Explain threaded binary trees?
What is a structure member in c?
What is a pointer in c?