Q:

Assume the output #include int main() { printf("%p", main) getchar() return 0 }

0

Assume the output

#include int main() { printf("%p", main); getchar(); return 0; }


  1. No Output
  2. Address of main function
  3. Compilation error
  4. Runtime Error

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

Address of main function

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now