In this tutorial, we will discuss Data type in C programming language
In this topic, we will learn about data type and how to use in the C programming language.
Typically, data types is an important concept in a programming language such as Java, C++, Python……
It is essential to declare the data type in order to allocate the memory for programming purpose
Each variable is associated with data types and every data type allocates different amounts of memory to perform their specific operations.
Integer data type is used to declare whole number(no decimal value) that can have zero or positive or negative value
Example
0,8,-5
float data type is used to declare decimal numbers(no whole value) that can have positive and negative value
Example
Example
23.34, -5.34
Example
‘A,’, ‘c’
Void is a data type(it is also keyword) means No value or nothing. it is mosly used in function identification for not return anythig.
You can not create a variable as void type
The derived data type is used for a special purpose, which means, it is grouped of primary data types for a special purpose. These will be discussed clearly later
Catogory of data types
Basic Data Types
How to find reverse number using method In this article, we will discuss the concept…
C# inverted full pyramid star pattern In this article, we will discuss the concept of…
C# Full Pyramid star pattern program In this article, we will discuss the concept of…
Program to count vowels, consonants, words, characters and space in Java In this article, we…
How to print multiplication table using Array in C++ language In this post, we will…
C Program to multiplication table using Array In this tutorial , we will discuss about…
View Comments
I think the admin of this website is truly working hard in favor of his web page, as here every stuff is quality based material.|