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