12-Data Types in iOS Swift Programming Language | Int, Float, Double, Character, String, Bool ||

Опубликовано: 18 Июнь 2026
на канале: Swift & SwiftUI Academy
356
3

Data Types:

Variables or constant are nothing but revered memory locations to storing data or vales

This means that when you create a variable you reserve some space in memory by OS

Data Type represents the can store what kind of data and its Size of the Data

Based on the data type of a variable, then OS will allocated memory and decides what can be stored the reserved memory.

--------------------------------------------------------------------------------------------------------------------
Thankyou - Vikranth Apps