What will happen after compiling and running following code?
main() { printf("%p", main); }
A.Error
B.Will make an infinite loop.
C.Some address will be printed.
D.None of these.
Answers
Answered by
0
✔✔✔✔
⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵ ıllıllıllıllıllıllııllıllıllıllıllıllııllıllıllıllıllıllı
_______________________
↪ -
C.Some address will be printed.✔✔
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.
_______________________ ıllıllıllıllıllıllııllıllıllıllıllıllııllıllıllıllıllıllı
Answer - By Choudhary21
⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵ ıllıllıllıllıllıllııllıllıllıllıllıllııllıllıllıllıllıllı
_______________________
↪ -
C.Some address will be printed.✔✔
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.
_______________________ ıllıllıllıllıllıllııllıllıllıllıllıllııllıllıllıllıllıllı
Answer - By Choudhary21
Answered by
6
Correct answer ❤️❤️
Option { c } Some address will be printed after compiling and running following code.
main() { printf("%p", main); }
thanks me Later ❤️
Option { c } Some address will be printed after compiling and running following code.
main() { printf("%p", main); }
thanks me Later ❤️
Similar questions
Math,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Physics,
1 year ago
English,
1 year ago