TODAY JAVA SCHOOL

In java school, programming, design, computer general knowledge, web application, software, web services, social media, digital marketing, oops, concept of programming language, oops feature, console media, graphics medium, first programming, c, c ++ , Java, PHP, SQL, MySQL, HTML, HTML_5, J_query, JavaScript, Bootstrap, Framework, images with logos, examples, shared and explained.

https://www.amazon.in/b?node=26373545031&linkCode=ll2&tag=1234567801cdb-21&linkId=3b9882431b00409b44141e0344b35a15&language=en_IN&ref_=as_li_ss_tl

Breaking

Monday, 4 May 2020

Identifiers In C Language | Explain Identifiers In C Language | Identifiers In C Language In Hindi

     Identifiers In C Language


Identifier refers to name given to entities such as variables, function, structures etc.

Identifier must be unique. In identifier we can use character, digit, under score  in a program.

Rules for constructing C identifiers

 .     A valid identifier can have letters and digits or underscore.

2   .     The first  letter of identifier can be either a letter or an underscore.

3  .     You cannot use keyword as identifiers.

4  . There is no rule on how long an identifier can be.how you may run into problem in some compilers if the identifier is longer than 31 characters.

download image of identifier in c

Fig: Identifier In C  


No comments:

Post a Comment