32 Bit and 64 Bit Processor
32 Bit and 64 Bit Processor
1. Variable must begin with a letter. It must not start with a digit.
2. In naming variables, alphabetic character a-z, A-Z, digit (0-9) and underscore
( _ ) can be used. Except underscore, other special character can’t be used.
3. There must not have any blank space in a variable name.
4. Uppercase and lowercase are significant in naming variable.
5. Keywords can not be used as variables.
6. Any number of character is allowed in naming variable. However, ANSI
standard recognizes a length of 31 character. Normally 8 character is
preferable.
List of Characters in C programming
Data Types
Primary or Fundamental Data types
Assignments
• What is the basic difference between signed and unsigned
type integer?
• What is the basic difference between signed and unsigned
type character?
• What is the basic difference among float, double, long
double data type?
• Define void data type.