GIVE THE OUTPUT OF THE SIMPLE C CODE:
#include<stdio.h>
void main()
{
    int x = 10;
    int y = 15; 
  printf("%d", (x, y))
}

OPTION:
A)10
B)15
C)LOGICAL ERROR
D)SYNTAX ERROR 





Posted on by