int literals are defined by simply using integral values within the range of int:
int
int i = 5;
Send Feedback Cancel