Question: Write a C program to find y = x^n using recursion, where x and n are non-zero positive values less than 10. The user will

Write a C program to find y = x^n using recursion, where x and n are non-zero positive values less than 10. The user will input the value of x and n using scanf. The output can be printed using printf. Upload the C program to Blackboard. Convert the C program to LEGv8 assembly code. The scanf and printf functions does not have to be converted to assembly code. Do not use any predefined functions in your C code or assembly code. Write the assembly code in your homework document. Comment your C code and assembly code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
