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


Please Help Members By Posting Answers For Below Questions

What is difference between union All statement and Union?

628


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

763


How to write c functions that modify head pointer of a linked list?

545


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2269


What is the difference between ā€˜gā€™ and ā€œgā€ in C?

2575






I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

563


List out few of the applications that make use of Multilinked Structures?

1305


How can I read/write structures from/to data files?

553


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

651


Can the sizeof operator be used to tell the size of an array passed to a function?

620


What are loops in c?

552


What is the use of static variable in c?

596


What is console in c language?

611


What is local and global variable in c?

618


What is pointer in c?

742