Central Board of Secondary Education Class 12th Examination
Hello,
Since you've mentioned "without using recursion" I've written the following code using recursion.
#include <stdio.h>
long power (int num, int pow)
{
if (pow)
return (num * power(num, pow - 1));
}
return 1;
int main()
int pow, num;
long result;
printf("Enter a number: ");
scanf("%d",
Respected sir,
fee is not refundable.
Not purely, the syllabus of COMEDK UGET is drawn from both Class 11 and Class 12 CBSE / equivalent boards. Approximate weightage is around 33% from Class 11 topics, and around 67% from Class 12 topics.
So while a lot of it is from Class 12, you also need Class
The Question containing Inaapropriate or Abusive Words
Question lacks the basic details making it difficult to answer
Topic Tagged to the Question are not relevant to Question
Question drives traffic to external sites for promotional or commercial purposes
The Question is not relevant to User
And never miss an important update