โช Choose the correct option.
What is the output of the following C Program?
#include
void main(){
int z;
z=(5,3,2);
printf("%d",z);
}
#include
void main(){
int z;
z=(5,3,2);
printf("%d",z);
}