Variables and Data Types
Variables are a way of reserving memory to hold some data and assign names to them so that we don’t
Read moreVariables are a way of reserving memory to hold some data and assign names to them so that we don’t
Read moreA Variable represents some memory location which is used to store some value. Unlike constants, a variable may take different
Read moreConstants are those tokens in C language whose value is fixed and does not change during the execution of a
Read moreIdentifiers are user-defined tokens used to name variables, functions, etc. An identifier consists of a sequence of letters and digits.
Read moreKeywords are those tokens or words whose meaning are already defined within the C language and cannot be changed. As
Read moreIn C language the smallest unit of a program is called Token. Tokens are created using the C character set.
Read moreThe character set of C comprises of wide range of symbols that can be used to create tokens. These symbols
Read moreThough C language has rich set of features and have enormous advantages, however it suffers from some disadvantages. These include:
Read moreC language has in-numerous advantages. The important advantages of C language are described as follows: 1. Easy to Understand: C
Read moreC language has a rich set of features. These include: 1. There are a small, fixed number of keywords, including
Read more