#include
#include
void main()
{
float n = 0.7;
if(n < 0.7)
printf(“LaptrinhC++”);
else
printf(“abc”);
getch();
}
What will be output of program?
A. LaptrinhC++
B. abc
C. Complier error
D. None of these
Hướng dẫn
Chọn A là đáp án đúng
Thư viện tài liệu12 Tháng bảy, 2023 @ 2:56 chiều