write a program for 7*8 = 56 ? without using * multiply
operator ? output = 56
Answer Posted / raju kalyadapu
int main()
{
int i=0,n=0;
while(i++<8)
n=n+7;
printf("7 * 8 is:%d",n);
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between structure and union with example?
int far *near * p; means
How many types of sorting are there in c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is the difference between near, far and huge pointers?
How are strings stored in c?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Should I learn data structures in c or python?
What is adt in c programming?
how logic is used
Do you have any idea how to compare array with pointer in c?
What is a pointer in c plus plus?
What are the advantages of the functions?
What are valid operations on pointers?
What is a file descriptor in c?