Some people prefere one, others the other.
C is more low level, you do the stuff, you're in control.
C++ is more organized, some stuff happens without thinking, cleaner structure.
I would start with some basic language, to learn some basic stuff like loops/ifs/functions and then move to C++...