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

Why do we use c for the speed of light?

599


a c code by using memory allocation for add ,multiply of sprase matrixes

2290


Can you write the algorithm for Queue?

1542


Explain the process of converting a Tree into a Binary Tree.

2094


Write program to remove duplicate in an array?

591






What is getch() function?

639


List the difference between a 'copy constructor' and a 'assignment operator' in C?

629


When should you use a type cast?

583


What is a void pointer in c?

600


What is optimization in c?

560


What are loops in c?

543


The statement, int(*x[]) () what does in indicate?

637


What is the difference between array and linked list in c?

591


What are the benefits of organizational structure?

564


Can we declare variables anywhere in c?

567