C | Functions | Question 4

Last Updated :
Discuss
Comments

What is the output of this program?

C
#include <stdio.h>
int main()
{
  printf("%d", main);  
  return 0;
}

Address of main function

Compiler Error

Runtime Error

Some random value

Tags:
Share your thoughts in the comments