A
Q. What will be output for the following code?
Code:
int main()
{
printf(""Hello"");
main();
return 0;
}
{
printf(""Hello"");
main();
return 0;
}
- Correct Answer - Option(C)
- Views: 24
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.