Type modifiers in C are used as a prefix to the datatypes to re-define the size &…
Programming
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…
Hexadecimal to Binary conversion Each hex digit is in the range of [0-F]. To represent a hex…
Decimal to binary As shown in the above statement, when we assign a decimal value to a…
Octal to binary: We know that Octal values are base 8 values and we need 3 bits…