In this video I shared the concept of how float values are stored in memory?
Syntax:
float variable_name=val;
Topics discussed under this video :
How to find the size of float?
Floating Point Number Memory Layout
Steps involved in storing the float values in memory :
Step 1: Convert Floating Number into Binary
Step 2: Make the Converted Binary Number to Normalize Form
Step 3: Add Bias to Exponent
Step 4: Representation in Memory
Hereby, I have attached the previously uploaded videos on C Programming language
Do checkout these videos.
1. Basics of C Programming language : • Basics of C Programming Language BY GKRSOFT
2. C Compilation process/C Build Process : • C COMPILATION PROCESS | C BUILD PROCESS | ...
3. Compiler VS Interpreter : • Compiler vs Interpreter in C Programming l...
4. How to Setup Visual Studio for C/C++ : • HOW TO SETUP VISUAL STUDIO FOR C / C++ EAS...
5. Datatypes in C : • Data types in C Programming Language by GK...
6. Primitive datatypes or Basic datatypes in C : • Primitive Datatypes or Basic Datatypes in ...
7. Signed & Unsigned Char in C programming language : • SIGNED AND UNSIGNED CHAR IN C PROGRAMMING ...
8. Little Endian vs Big Endian : • Little Endian Vs Big Endian | C Programmin...
------------------------------------------------------------------------
------------------------------------------------------------------------
Hereby, I have shared the Complete C Programming Language Playlist link too,
C Programming Language Playlist Link : • C PROGRAMMING LANGUAGE