Computer Science, asked by SuchetaTiwari, 3 months ago

give two examples of identifiers

Answers

Answered by navinder56
0

Answer:

A valid identifier has characters [A-Z],[a-z] or numbers [0-9], $ (dollar sign) and _ (underscore). For example, @dataflair is not a valid identifier, because it contains @ which is a special character. ... It is not recommended to use Reserved words as an identifier. For example, int float=5; is not a valid statement.

Answered by anjalisingh2288
3

Answer:

1= int amount

2= double total amount

Similar questions