0:00 Data Modifiers
10:12 What happens if we exceed data range
In this video , we are going to discuss about data type modifiers in C.
Summary:
Data type modifiers are used to modify range and memory requirement of variables.
there are 4 data type modifiers : signed, unsigned, short, long
signed variables can store both +ve and -ve values.
unsigned variables can store only +ve values.
short decreases range and thus less memory is required.
long increases range and thus more memory is required.
Audio language : Hindi
In this course , we are going to cover all C concepts in simple and easy to understand terms.
This course will start from basics and later on we will cover advance topics that are important from interview point of view.
Github : https://github.com/TechCourses4u/C-La...
Programs :
https://github.com/TechCourses4u/C-La...