Identify the type of tokens listed below:
‘3’, void, ++,no_of_students
Answers
Answered by
0
Answer:
threevoid plus no. of students
Answered by
0
Given : ‘3’, void, ++,no.-of- students
We know that,
In computer programming, when void is used as a function return type, it indicates that the function does not return a value.
And ++ is the increment operator.
So, We can say that,
- The number of student is a variable or 3.
- ++ is the increment operator.
- And void is a return function.
Similar questions