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
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is actual argument?
Why dont c comments nest?
What are header files? What are their uses?
What is equivalent to ++i+++j?
What is the hardest programming language?
Explain function?
What is modifier & how many types of modifiers available in c?
What is a program flowchart?
Multiply an Integer Number by 2 Without Using Multiplication Operator
c language interview questions & answer
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is clrscr in c?
What is c basic?
What is %g in c?