#include stdio.h
void main()
{
int x = 5 * 9 / 3 + 9;
}
What is the output of the following program

Posted on by