⟩ Tell me what are the important data types found in Objective-C?
There are four data types that the developers mostly use in Objective โ C.
โ BOOL โ It represents a Boolean value that is true or false.
โ NSInteger โ It represents an Integer.
โ NSString โ It represents a string.
โ Cgfloat โ It represents a floating-point value.