A
Q. What is the value of “y” in this code?
Code:
#include <stdio.h>
void main()
{
int y = 5 * 9 / 3 + 9;
}
void main()
{
int y = 5 * 9 / 3 + 9;
}
- Correct Answer - Option(A)
- Views: 20
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.