โช Choose the correct option.
What is the output of the following piece of code:
#include
int main() {
int i = 0;
i = 2+3, 4>3, 3;
printf("%d", i);
return 0;
}
What is the output of the following piece of code:
What is the output of the following piece of code:
#include
int main() {
int i = 0;
i = 2+3, 4>3, 3;
printf("%d", i);
return 0;
}