SUMANJEETforData Structure and algorithmsumanjeet-dsa.hashnode.devยทAug 28, 2023Recursion (Questions)Q. Given two numbers p & q, find the value p^q using a recursive function. Q In this case, we have to think that 12,24,36,48 are already printed by recursion, now what should we do, we have to just print 12*5=60. i.e num*k. The base case is the sma...DSAAdd a thoughtful commentNo comments yetBe the first to start the conversation.