Computer Science, asked by charshitha2003, 2 months ago

Determine output
#include <stdio.h>
int maino
{
int x = 3, y = 2;
int z=x/= y %= 2:
printf("%d\n", z):
3​

Answers

Answered by shyamapatidar06
0

Answer:

This answer is 10

I hope you understand

Similar questions