Computer Science, asked by Anonymous, 9 months ago

example of identifier...​

Answers

Answered by jhalaksingh894
2

Answer:

Identifiers are names given to different entities such as constants, variables, structures, functions, etc. Example: int amount; double totalbalance; In the above example, amount and totalbalance are identifiers and int, and double are keywords.

Similar questions