What is the output of this C code ? | Recursion Program in C | Recursion in C
Answer : D. This code will generate an error.
Ravi and Rupali are asked to write a program to sum the rows of 2X2 matrices stored in the array A..?
Answer : B. Code b will execute faster than a
The construct “if (condition) then A else B” is used for which of the following purposes ?
Answer : A. Decision making
What is the output of this C code ? | Recursive Function in C Program
Answer : D. Error
How many ways the letters of the word ‘ARMOUR’ can be arranged ?
Answer : D. 360
What is the perfect square if we divide the number 2088 ?
Answer : A. 58
If A=x3y2 and B=xy3 then find the HCF of A, B ?
Answer : B. xy2