What will be the output of following code
#includestdio.h
#includemath.h
int main() {
int a= 5*2/2*3;
printf("%d",a);
return 0;
}

Posted on by