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 are qualifiers?
What are the key features in c programming language?
What is difference between static and global variable in c?
Tell me about low level programming languages.
What is string function in c?
How can you determine the maximum value that a numeric variable can hold?
What is the main difference between calloc () and malloc ()?
What are header files and explain what are its uses in c programming?
Explain 'bus error'?
What are the 4 types of unions?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What are derived data types in c?
When should you not use a type cast?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Which programming language is best for getting job 2020?