Typecasting or type conversion is converting an operand of one type to another type. Typecasting in C…
Compared to positive values, the way how negative values get stored in the computer is completely different….
In this article, we will discuss short and long-type modifiers. Short type modifier in C: Valid use…
Type modifiers in C are used as a prefix to the datatypes to re-define the size &…
In floating-point representation, we have two types. They are Float: Variables declared with float datatype can able…
Variables declared with int data type can accommodate 32-Bit integer value i.e. 4BYTES. Signed integer varies from…
Note: Before referring to this article, I recommend you to refer to my previous article i.e. ASCII…
ASCII – American Standard Code For Information Interchange. Task-to-do: Please learn the below conversions : NOTE: No…
Datatypes specify the “size“, “type of data” and the “maximum range” of value that an object can…
In the following program, we will see how to initialize the variables with decimal, octal & Hex…