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
Find MAXIMUM of three distinct integers using a single C statement
What is a const pointer in c?
What are shell structures used for?
Write a program to find the biggest number of three numbers in c?
Explain what is the benefit of using an enum rather than a #define constant?
How will you find a duplicate number in a array without negating the nos ?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is gets() function?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Why string is used in c?
What are inbuilt functions in c?
Write a program to check armstrong number in c?
Explain how do you list a file’s date and time?
What is meant by recursion?
How can I run c program?