how to write optimum code to divide a 50 digit number with a
25 digit number??
No Answer is Posted For this Question
Be the First to Post Answer
In a switch statement, what will happen if a break statement is omitted?
State the difference between realloc and free.
What are terms in math?
Should I learn c before c++?
Explain the difference between getch() and getche() in c?
what is the difference between getch() and getchar()?
int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
What is string function c?
what is the use of pointers
Explain union.
Do you know what are the properties of union in c?
What does c in a circle mean?