wtite a program that will multiply two integers in recursion
function
Answer Posted / matloob
void main()
{
int a,b,c;
c=a*b;
getch
}
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
What functions are used in dynamic memory allocation in c?
Tell me what are bitwise shift operators?
What is type qualifiers?
Explain null pointer.
Is that possible to add pointers to each other?
In c language can we compile a program without main() function?
Explain bit masking in c?
Is stack a keyword in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Is c pass by value or reference?
What is modifier & how many types of modifiers available in c?
Where static variables are stored in c?
What is identifier in c?
how can use subset in c program and give more example