What is the difference between C and Objective-C?
The question is about C
Answer:
C is a procedural language, while Objective-C extends C by adding object-oriented programming features. Objective-C is primarily used for Apple’s macOS and iOS development.