Sunday, May 16, 2010

Basic Data Types

4 Basic data types of any programming language are as:

char:- Characters. eg 'h'
int:- Represents numbers. e.g 56
float:- Decimal value e.g 14.56
structure:- Custom defined Data type e.g employee

No comments:

Post a Comment