Looking for a Tutor Near You?

Post Learning Requirement »
x

Choose Country Code

x

Direction

x

Ask a Question

x

x
x
x
Hire a Tutor

C Program Datatypes (Chapter -4)

Loading...

Published in: C / C++
506 Views

Hi I give a short notes of C Programming languages to used to data types

Uma / Madurai

3 years of teaching experience

Qualification: M.Sc (Rena Infotech, Cheranmahadevi - 2013)

Teaches: Advanced Excel, Basic Computer, Computer for official job, MS Office, School Level Computer, All Subjects, Biology, Computer Science, History, Social Studies, Geography, B.Sc Tuition, B.Tech Tuition, IT, M.Sc Tuition, C / C++, Java And J2EE, Visual Basic

Contact this Tutor
  1. C — Data Types
  2. C Data types • In C programming, data types are declarations or variables. This determines the type and size of data associated with variables. • For example int a;
  3. Type Int Char Float Double Short int Unsmged int Long int Long long int Basic types Size Atleast 2, usally 4 1 4 8 2 usually 8 Format speicifer 0/0d, O/oi 0/01f 0/011 wold, 0/01i 0/011d, 0/011i
  4. Type Unsinged long int Unsinged long long int Singed char Unsinged char Long double Size 4 8 1 1 Format speicifer %lu %c %c o olf
  5. Derived Data Types • Data types that are derived types. For example: arrays, pointers, function types, 1. 2. 3. structure etc. These derived data types are Bool type Enumerated type Complex types