TODAY JAVA SCHOOL

In java school, programming, design, computer general knowledge, web application, software, web services, social media, digital marketing, oops, concept of programming language, oops feature, console media, graphics medium, first programming, c, c ++ , Java, PHP, SQL, MySQL, HTML, HTML_5, J_query, JavaScript, Bootstrap, Framework, images with logos, examples, shared and explained.

https://www.amazon.in/b?node=26373545031&linkCode=ll2&tag=1234567801cdb-21&linkId=3b9882431b00409b44141e0344b35a15&language=en_IN&ref_=as_li_ss_tl

Breaking

Monday, 4 May 2020

Data Types In C Language | Data Types In C Language With Example | Data Types In C Language In Hindi

Data Types In C Language

A data type specifies the type of data that a variable can store such as integer, floating, character, etc.

There are the following data types in C language and they are:

download the image of datatype in c
Fig: Datatype In C

1. Building primary datatype
2.Derived datatype
3.User define datatype

1.Building primary datatype

  • void 
  • char
  • int
  • float
  • double

2. Derived datatype

  • array
  • function 
  • pointer

3. User define datatype

  • structure
  • union
  • class
  • enum

No comments:

Post a Comment