How come I am seeing C used much more than C++ especially for real time applications?
Actually C is more of a subset of C++. Almost everything you can do in C you can also do in C++ the same way.They're really entirely different languages that share the same syntax and some functions.
Among the other reasons given here, C derivatives have been around since the 1960s which means it's firmly entrenched in the industry. C++ is pretty new in comparison and I believe it's only just been standardised quite recently.How come I am seeing C used much more than C++ especially for real time applications?