R
Q. With what do you replace the ???? to make the function shown below return the correct answer?
long factorial (long x) { ???? return x * factorial(x – 1); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which is the right way to declare constant in C?
Q. Which of the following return-type cannot be used for a function in C?
Q. What will be the output of the following C code?
Q. What will be the output of the following C program?
Q. Choose a correct statement about static variable.
Q. After the operation res = (13/5) -2, what will “res” be equal to?
Q. Which of the following function gives the current position in the file
Q. Which loop is faster in C Language, for, while or Do While.?
Discusssion
Login to discuss.