What will be the output of the below mentioned code
#includestdio.h
int main(){
int a =(6,7,8);
printf("%d",a);
return 0;
}

Posted on by