Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8008721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T18:13:34+00:00 2026-06-04T18:13:34+00:00

This is an interview question, the interview has been done. What things can make

  • 0

This is an interview question, the interview has been done.

What things can make C++ slower than C ?

The interviewer asked it very deep and always asked “anything else ? ” whenever I said something.

My ideas:

C++ features not available in C may have some cost.

For example, if we use assignment to initialize class’s members inside a constructor not by the initialization list, the member’s default constructor may be called once before the body of the constructor, and then that value wiped out by the assignment.

Virtual functions need to be called by searching virtual function pointer. This is a overhead.

Any better ideas ?

Any help will be appreciated.

thanks !!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T18:13:36+00:00Added an answer on June 4, 2026 at 6:13 pm

    Nothing. In fact, C++ is faster than C. Ever compared std::sort to qsort?

    People say that virtual functions cost time to call. They do. But so does the C equivalent of looking up in a vtable. If you write equivalent logic in both languages, the C++ version will be more maintainable, cleaner, and faster.

    Edit: Oh yeah, you can call printf from C++ if you want, or completely re-do the stream implementation if you want.

    And did I mention that the performance of a program which crashes due to a misplaced NULL terminator is fairly immaterial?

    Macros and inline functions will “bloat” a C executable just as surely as templates will in C++.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is an interview question, the interview has been done. How to make thread
This is an interview test question not homework. The test has been done. Which
This is an interview question, which has been done. Which line has error ?
I was asked in an interview this question LinkedList A has {1,2,3,4,5,6} LinkedList B
This question was asked in an interview for my friend. The interviewer asked to
This question was asked of me in an interview. How can we convert a
I was asked this question in a job interview. The interviewer and I disagreed
I hope that this question has not been asked elsewhere, but I'm having difficulty
This is an interview question asked a month ago.... Do session use cookies? If
Hi i was asked in an interview about this question. I did google a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.