1. Error
  2. Will make an infinite loop.
  3. Some address will be printed.
  4. None of these.

Share with your friends
AhmedNazir

Call

Answer: Option 3

Function names are just addresses (just like array names are addresses). main() is also a function. So the address of function main will be printed. %p in printf specifies that the argument is an address. They will be printed as hexadecimal numbers.

Talk Doctor Online in Bissoy App