Các bạn thảo luận đáp án nhé, bài test lấy từ http://www.indiabix.com/online-test/c-programming-test/13
1.Which statement will you add in the following program to work it correctly?
#include<stdio.h>
int main()
{
printf("%f\n", log(36.0));
return 0;
}
- A. include (conio.h)
- B. include (math.h)
- C. include (stdlib.h)
- D. include (dos.h)
83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?