What will be the output of the following code?
void main() { int x = 5*6/2 +8; printf("%d",x); return 0; }
निम्नलिखित कोड का आउटपुट क्या होगा?