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
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Is c is a high level language?
Differentiate between the = symbol and == symbol?
What is fflush() function?
Can you explain the four storage classes in C?
What is a substring in c?
Explain what is the best way to comment out a section of code that contains comments?
Why enum is used in c?
What is extern variable in c with example?
How can you draw circles in C?
how is the examination pattern?
How can a program be made to print the line number where an error occurs?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Is c weakly typed?