What are the important data types found in Objective-C?

Member

by pink , in category: Technology , 3 years ago

What are the important data types found in Objective-C?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by leonor , 3 years ago

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.