the author of C++ said that C gives you many opportunities to shoot yourself in the leg. You have a much less chance for this to happen with C++, but when it does, you will blow your whole lower body off
I haven't used either, but compiled a lot of C source code and they compiled or could be adjusted easier even for someone who barely knows what printf, fopen, or #include are
Yeah gets a bit more involved with C++'s polymorphism where you can have 20 functions/methods all with the same name, and having to Google esoteric standard library functions you've barely ever seen or used to remember how they work. Then there's namespaces::ontopof::namespaces::ontopof::namespaces.