Can java be faster than c++?


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

Post New Answer

More C++ General Interview Questions

Can create new c++ operators?

0 Answers  


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

0 Answers  


What do the keywords volatile and mean mutable?

0 Answers  


How the virtual functions maintain the call up?

0 Answers  


What is the difference between public, private, and protected access?

0 Answers  


What is the latest c++ version?

0 Answers  


Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


What is namespace std; and what is consists of?

0 Answers  


What is flag in computer?

0 Answers  


What is the first name of c++?

0 Answers  


What is the full form of dos?

0 Answers  


How do you generate a random number in c++?

0 Answers  


Categories