ADMICRO

Point out the error in the following program (if it is compiled with Turbo C complier)

#include <stdio.h>
#include <conio.h>
 
void main()
{
    display();   
    getch();
}
 
void display()
{
    printf("vncoding.net");
}

 

Hãy suy nghĩ và trả lời câu hỏi trước khi xem đáp án

ADSENSE / 8
Câu hỏi này thuộc ngân hàng trắc nghiệm dưới đây, bấm vào Xem chi tiết để làm toàn bài
ZUNIA12
ZUNIA9
AANETWORK