#include <stdio.h>#include <math.h> int main() { unsigned int num = 15; printf("%f\n", fabs(num)); return 0; }
15.000000
Previous Question Next Question
Your comments will be displayed only after manual approval.