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
What is the purpose of the statement: strcat (S2, S1)?
What are the advantages of external class?
List a few unconditional control statement in c.
Write a code to remove duplicates in a string.
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Explain that why C is procedural?
Does c have an equivalent to pascals with statement?
explain what are pointers?
Write a program of advanced Fibonacci series.
What is the difference between āgā and āgā in C?
write a programming in c to find the sum of all elements in an array through function.
What are the advantages of c preprocessor?
What are terms in math?
What is #include stdio h and #include conio h?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures