A
Q. Which statement is true about the given code ?
Code:
#include <stdio.h>
int main()
{
printf("%d", main);
return 0;
}
int main()
{
printf("%d", main);
return 0;
}
- Correct Answer - Option(B)
- Views: 15
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.