Objective-C is the only main programming language for developing Mac OS X or IOS applications. Many new programmers to Objective-C do not realize that Objective-C is actually a superset of the C programming. Also the Cocoa frameworks and Xcode itself is written in C, not Objective-C. This tutorial is a first in a series to help programmers the basic of the C programming language in respect to Objective-C. To really know and understand Objective-C, you need to first learn C.
by Kevin Languedoc