What is the output of the following "C" Code?
#include stdio.h
int main()
{
int m= (2 + 4 )/ 2 + 6 * 2;
printf("%d", m);
return 0;
}


Posted on by