wtite a program that will multiply two integers in recursion
function

Answer Posted / der

#include<iostream.h>
void main()
{clrscr();
int x,y,sum;
sum=x+y;
cout<<sum;
getch();
}

Is This Answer Correct ?    0 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are binary trees?

616


How can I get the current date or time of day in a c program?

654


Why does notstrcat(string, "!");Work?

646


How main function is called in c?

633


Explain what is the difference between text files and binary files?

622






Write the test cases for checking a variable having value in range -10.0 to +10.0?

1822


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3506


What is the difference between c &c++?

649


What are the two types of functions in c?

573


Is register a keyword in c?

639


What are static variables in c?

631


What is difference between structure and union in c?

551


why wipro wase

1834


Describe wild pointers in c?

644


What are the Advantages of using macro

688