Which of the following statements are correct about the program?

#include <stdio.h>
#include <conio.h>
 
void main()
{
    printf("%p", main());
    getch();
}

 

Suy nghĩ trả lời câu hỏi trước khi xem đáp án

ATNETWORK
ZUNIA9