What is output of the program?

#include <stdio.h>
#include <math.h>
#include <conio.h>
 
void main()
{
    printf("%f", sqrt(36.0));
    getch();
}

 

Suy nghĩ trả lời câu hỏi trước khi xem đáp án

ADSENSE
ZUNIA9