Computer Science, asked by shubhra28, 11 months ago

what are identifiers ???
any cs student plz help....​

Answers

Answered by thakurji80
1

Answer:

An identifier, in C#, is the user-defined name of a program element. It can be a namespace, class, method, variable or interface. Identifiers are symbols used to uniquely identify a program element in the code. They are also used to refer to types, constants, macros and parameters.

Answered by vinay12341
1

Answer:

identifirs are name given to different parts of java program. Identifier are used to denote class name, methodnames and variable names

Similar questions