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 / manoj sharma
You can use left bitwise operator.
Say if your no is n then n<<1 will return n*2.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between array and structure in c?
How do c compilers work?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What is a program flowchart?
What is class and object in c?
What is the use of static variable in c?
What is header file definition?
Disadvantages of C language.
What does == mean in texting?
Can you tell me how to check whether a linked list is circular?
What are the ways to a null pointer can use in c programming language?
What are the difference between a free-standing and a hosted environment?
What is a char c?
Is calloc better than malloc?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.