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
Explain how can a program be made to print the line number where an error occurs?
How do I swap bytes?
Why dont c comments nest?
What is structure packing in c?
Is c easy to learn?
What are pointers? What are different types of pointers?
Is c is a high level language?
Explain what are multidimensional arrays?
Why pointers are used in c?
How can you restore a redirected standard stream?
Is file a keyword in c?
Difference between goto, long jmp() and setjmp()?
What are the advantages of the functions?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is the right way to use errno?