#include #include int main() { float a = 0.7; if(0.7 > a) printf(“Hin”); else printf(“Hellon”); getch(); } What is output?

#include

#include

int main()

{

float a = 0.7;

if(0.7 > a)

printf(“Hin”);

else

printf(“Hellon”);

getch();

}

What is output?

A. Hi

B. Hello

C. None of above

Hướng dẫn

Chọn A là đáp án đúng

 

Thư viện tài liệu12 Tháng bảy, 2023 @ 2:59 chiều

Đánh giá chủ đề này