C language Data Types

Interview Questions on C language Data Types 1. What is Data Type? Data type is a set of data with values having predefined characteristics such as integers and characters. Storage representations and machine instructions to handle data types differ from machine to machine. 2. How many data types are there in C? C data types … Read more