#include <stdio.h>#include <math.h> void main() { int num = pow(4, 2); printf("%d\n", num); }
16
Previous Question Next Question
Your comments will be displayed only after manual approval.