Problems
Two integers less than or equal to 10 are given.
Write a function that takes this as input and returns the value obtained by raising the first number to the power of the second number.
Write a program that outputs the following:
Example
2 10
1024
Source
자기주도C언어프로그래밍