Please enable JavaScript.
Coggle requires JavaScript to display documents.
Variables,Constans and Data Types - Coggle Diagram
Variables,Constans and Data Types
Data Types available in C
char
byte
int
word
long
float
double
string
Data types in C language
Data types specify how we enter data into our programs and what type of data we enter
C language supports 2 different type of data types
CHARACTER SET
Alphabetic characters
ABCJUBYGRCEXGHNIMOMKL
abcjhvuvtvdtgunkmibyhujkl
Numeritic Characters
0 1 2 3 4 5 6 7 8 9
Some Special Characters
arithmetic operators : + - * / %
relational operators : < > == <= >=
assignment operators : =
grouping symbols : () [] {}
punctuation symbols : , . ' " " : ;
blank space : represented as for blank
underscore : _
1 more item...