According to Bruce Eckel the performance difference between C++ and C is usually less than +/-10%. He also noted that a well designed C++ program can be "more efficient than the C counterpart".... aka it can be faster. In any case we can call them relatively equal... depending on the quality of the code that's being tested.