#include
#include
void main()
{
int a = 10;
void f();
a = f();
printf(“%d”, a);
getch();
}
void f()
{
printf(“vncoding”);
}
Point out the error in the following program
A. Error: cannot convert ‘void’ to ‘int’
B. Error:
Hướng dẫn
Chọn A là đáp án đúng
Thư viện tài liệu12 Tháng bảy, 2023 @ 3:01 chiều