Q:

WHAT IS DATA TYPE IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT IS DATA TYPE IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Data types in C language are defined as the data storage format that a variable can store a data to perform a specific operation. Data types are used to define a variable before to use in a program. Size of variable, constant and array are determined by data types.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS THE DIFFERENCE BETWEEN INT, CHAR, FLOAT & ... >>
<< WHAT IS MACRO? WHY DO WE USE MACRO?...