Explain the basic datatypes in C?

1 answer

Answer

1260123

2026-04-20 17:50

+ Follow

C datatype can be categories into two part

1) Scalar data type 2) derived data type..

The scalar data type is also called basic data type

they are

int

char

float

double

long

signed or unsigned are key Word which effectively change the storing power of these data type.

by default they are signed in nature..

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.