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 I convert a number to a string?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Why malloc is faster than calloc?
What is pointer to pointer in c language?
What is malloc and calloc?
What are the different types of data structures in c?
Is r written in c?
What is the difference between pure virtual function and virtual function?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Define macros.
What are the features of the c language?
What is difference between structure and union?
What does double pointer mean in c?
Explain high-order bytes.
What is assignment operator?