My dear readers and visitors, in the previous blog, we read about this variable. But in today's blog we will learn about data type in c language and format specifier, what is it and what is its use in the code of c language.
What is Data type in C language?
What is Data Type:-
Data type specify that which type of data will be store in the variable.
There are Two types of data types in c language-
These data types are already define in C library. So primitive data type are also known as pre-define data type.
There are following primitive data types in C library-
- char - for characters
- int - integer value
- float - decimal value
- double - For decimal value
- short - for integer
- long int - For integer
Format specifier:-
Format specifier is used to denotes data types with specific symbols. Example for
I hope you know what is Data Type in C language and format specifier ? (What is data type in C language?) Must have understood very well. If you have any doubts in this blog, then you can write for it in the below comment box. There is one more request from you that you must tell your friends about this blog and share it on as many social media accounts as Facebook, What's app or others.