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

Member

by pink , in category: Technology , 4 years ago

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

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by leonor , 4 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.

Related Threads:

Is Objective-C a dynamic language?
Does Objective-C contain private strategies?
What number distinctive annotations is accessible in Objective-C?
What Are the Key Differences Between Postgresql and Mysql?
How to Improve Mysql Performance for Large Databases?
What Are the Best Practices for Managing Oracle Sql Databases?