Is c++ slower than c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the precedence when there is a global variable and a local variable in the program with the same name?

0 Answers  


What methods can be overridden in java?

0 Answers  


What do you know about friend class and friend function?

1 Answers  


simple c++ program for "abcde123ba" convert "ab321edcba" with out using string

5 Answers  


what is C++ objects?

0 Answers  






int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


What is null pointer and void pointer and what is their use?

0 Answers  


Which algorithm do you like the most? Why?

2 Answers   Google,


What is the best way to declare and define global variables?

0 Answers  


How can you create a virtual copy constructor?

0 Answers  


Is there a c++ certification?

0 Answers  


What do you mean by pure virtual functions in C++? Give an example?

1 Answers  


Categories