Home  |  IT Zone  |  Tips / Tricks  |  Did You Know  |  Inspirational  |  Health  |  World Infos  |  Insurance  |  Universities  |  Forex  |  Mathematics  |  Illusions  |  Children Day Quotes  |  Fun / Jokes  |  Decent Quotes  |  Birthday Msgs  |  Good Morning Msgs  |  Good Night Msg  |  Husband Wife Jokes  |  Teacher Students Jokes  |  Insult Jokes  |  Love Quotes  |  Sad Quotes  |  Funny Pics  |  Be Aware  |  Articles  |  Simple Joys of Life 

What are the data types used in C language?

  • The basic data types used in C language:
    • char - (character / string), - %c is the signature and memory consumption is 1 byte.
    • int - (integer), %d is the signature and memory consumption is 2 bytes.
    • float - floating point (single precision), %f is the signature and memory consumption is 4 bytes. 
    • double - (double precision), %id is the signature and memory consumption is 8 bytes.
    • short int - (16 bit integer)
    • long int - (32 bit integer)
    • long double - (precision floating point)

Share :

Twitter
Back To Top

facebook main

Powered by Blogger.