Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What is the difference between c and objective c....?????
Is the both are same?
Posted

No.
As a quick google would have told you: difference between c and objective c[^] Objective C is a superset of C.
 
Share this answer
 
Comments
Mohamed Najim 7-Dec-13 4:24am    
okay ...thank u sirr
SQL
Objective-C is a thin layer on top of C, and moreover is a strict superset of C; it is possible to compile any C program with an Objective-C compiler, and to freely include C code within an Objective-C class.

Objective-C derives its object syntax from Smalltalk. All of the syntax for non-object-oriented operations (including primitive variables, pre-processing, expressions, function declarations, and function calls) are identical to that of C, while the syntax for object-oriented features is an implementation of Smalltalk-style messagin

more information read this

http://stackoverflow.com/questions/13153140/what-are-the-major-differences-between-objective-c-c-and-c[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900