Feedback for subjective question
Question 1: Write a recursive function in assembly language to calculate the square of an integer by adding it in itself using recursive call. You can assume any integer number to calculate the square.
Current Answer:
Be the first to post an answer to earn 100CR.