What features were added to c that were originally in c++?
When where they added and for what reason(what where the pro/con arguments)?
How do they differ in c as compared to c++?
Did the features originate in c++ or in another language?
examples(feel free to expand on):const,Function prototypes, implicit exit(0);
Ccame beforeC++. – Neil Knight Aug 10 '11 at 8:17constis a correct example from the question. – Bo Persson Aug 10 '11 at 8:19