#include
#include
void main()
{
display();
getch();
}
void display()
{
printf(“vncoding.net”);
}
Point out the error in the following program (if it is compiled with Turbo C complier)
A. No error
B. display( ) is not declared
C. None of these
Hướng dẫn
Chọn B là đáp án đúng
Thư viện tài liệu12 Tháng bảy, 2023 @ 2:58 chiều