C++ considered (almost) super set of C; but still there are certain things which works in C and not in C++.
C++
C
Is th
No, it isn't a strict superset. extern template and auto, to name a few differences..
extern template
auto