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
What is the difference between new and malloc functions?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is ambagious result in C? explain with an example.
What is meant by keywords in c?
Explain enumerated types in c language?
What is #include stdio h and #include conio h?
What is spaghetti programming?
What does it mean when the linker says that _end is undefined?
What is the difference between procedural and functional programming?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Explain what is wrong with this statement? Myname = ?robin?;
What is the use of printf() and scanf() functions?
How would you obtain the current time and difference between two times?
What is huge pointer in c?
Why c is called a middle level language?