long int b; //Long integer
char c; //Character type
Floating d; //Single precision floating-point type
Double e; //Double precision floating-point type
char s[20]; //Character array or string type