1)
C is a general purpose programming language developed by Dennies
Ritchie for Bell labs. As any other programing language'C' program
also have some basic requiremnet to function properly
2)
(In some OS ,ANSI C recoganize only the first 32 characters on the variable name hence varaible name should be less than it in length)
3)
Data types is actually the classification of variables according to
the data it can store or the operations which can done on it.Data
types are categorised as built-in and user defined
Built in data types in C are
So in C programming we have to use the apropriate variable to store different type of datas
4)
Identifiers are the names of variables ,functions ,classes etc..,
defined by programmer.Identifiers are one of the primary
requrements of every programming language.Every programming lanuage
have their own rules in creation of identifirs
(as the rules of C)
In C program We have to declare every variable with apropriate data
types .Data types are choosed according to the type of data is used
to store in that variable
for example: int num;
char ch;
Get Answers For Free
Most questions answered within 1 hours.