Page not loading? Try clicking here.
Placeholder

#575

Function1 - Self Assessment 5 1s - MB

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언어프로그래밍

You must sign in to write code.