Lab 3

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Lab 3

1. What are reserved words and give five examples of reserved words in C.

2. Define the term identifier.

3. What are the rules to construct identifiers?

4. State whether the following identifiers is valid or invalid:

 Number  name@email
 Jan payroll  jumbo1
 Income_tax  Cont
 _address  return
 12oclock  MAIN
 %percent  Line-1

You might also like