What is the value assigned to the following variables? int X1 = 13/3; int X2 = 13%3;

C Programming Language >   Operators and Enums in C Language >   Introduction to Operator  

Short Question

928


Answer:

 

int X1 = 13/3;
int X2 = 13%3;

  • The value of X1 is 4
  • The value of X2 is 1


This Particular section is dedicated to Question & Answer only. If you want learn more about C Programming Language. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.