#include
#include
void main()
{
printf(“%p”, main());
getch();
}
Which of the following statements are correct about the program?
A. It prints garbage values infinitely
B. Runs infinitely without printing anything
C. Error: main( ) cannot be called inside printf( )
D. No Error and print nothing
Hướng dẫn
Chọn B là đáp án đúng
Thư viện tài liệu12 Tháng bảy, 2023 @ 3:02 chiều