Computer Science, asked by Anonymous, 10 months ago

What are the basic data types associated with C?

Answers

Answered by saivivek16
5

Hey mate,.

=>>integer( int ),

=>>floating point( float ),

=>>character( char ) and

=>>void.

These are fundamentals data types in c.

Hope it will help you.

✌️sai

Answered by EHSASS
9

                         ╰☆☆ ʜᴇʀᴇ ɪs ʏᴏᴜʀ ᴀɴsᴡᴇʀ ☆☆╮

The Basic data types associated with C is as follow :

⭐️ Int – Represent number (integer)

⭐️ Float – Number with a fraction part.

⭐️ Double – Double-precision floating point value

⭐️ Char – Single character

⭐️ Void – Special purpose type without any value.

ᴇʜsᴀss  ✿◕ ‿ ◕✿

Similar questions