What is the output of the below given code?

int m = 23;

m = m% (m * 3);

printf("%d",m);

1
23
2
3
3
0
4
1

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation