int rollno = 101;
// "int" is "data type"
// "rollno" is "variable"
// "101" is "literal' or "data" (value assigned to the variable)
Your feedback helps us grow! If there's anything we can fix or improve, please let us know.
We’re here to make our tutorials better based on your thoughts and suggestions.