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 / vadivelt
Do shift the given number left once.
ie., n<<1
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Is c is a procedural language?
What is difference between arrays and pointers?
What are runtime error?
What is the easiest sorting method to use?
What are the standard predefined macros?
Which is an example of a structural homology?
What is the difference between exit() and _exit() function in c?
What is the difference between exit() and _exit() function?
What is string length in c?
How can I recover the file name given an open stream or file descriptor?
Explain the difference between call by value and call by reference in c language?
What is a stream water?
Distinguish between actual and formal arguments.
The difference between printf and fprintf is ?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.