A
Q. What is the output of this program?
Code:
#include <stdio.h>
int main()
{
printf("variable! %d", x);
return 0;
}
int main()
{
printf("variable! %d", x);
return 0;
}
- Correct Answer - Option(C)
- Views: 24
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.