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