What is the value assigned to the following variables? int X1 = 13/3; int X2 = 13%3;
Short Answer
Views 888
Answer:
int X1 = 13/3;
int X2 = 13%3;
- The value of X1 is 4
- The value of X2 is 1
Related Articles:
This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of C Programming Language, click the links and dive deeper into this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.