What are the differ…
 
Notifications
Clear all

What are the different types of data types that are used in the programming?

2 Posts
3 Users
0 Likes
251 Views
0
Topic starter

Explain Briefly.

2 Answers
0

In programming, there are several types of data types commonly used, including integers, floating-point numbers, strings, lists, tuples, dictionaries, booleans, and more. Each data type has specific properties and operations that can be performed on it.

0
 
  • String (or str or text). Used for a combination of any characters that appear on a keyboard, such as letters, numbers and symbols.
  • Character (or char). Used for single letters.
  • Integer (or int). Used for whole numbers.
  • Float (or Real). …
  • Boolean (or bool).
Share: