write a program for 7*8 = 56 ? without using * multiply
operator ? output = 56
Answer Posted / banavathvishnu
int main()
{
printf("%d",7<<3);
getch();
}
| Is This Answer Correct ? | 30 Yes | 7 No |
Post New Answer View All Answers
What are the c keywords?
What does the function toupper() do?
c program to compute AREA under integral
When should we use pointers in a c program?
What is the use of static variable in c?
Can we increase size of array in c?
What is operator precedence?
What is the use of gets and puts?
What are the applications of c language?
Write a program to print ASCII code for a given digit.
What is methods in c?
why wipro wase
What are the different types of endless loops?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is an auto variable in c?