What's the best free c++ profiler for windows?


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

Post New Answer

More C++ General Interview Questions

Explain the scope of resolution operator.

0 Answers  


What is the arrow operator in c++?

0 Answers  


What is the full form of c++?

0 Answers  


What is the use of map in c++?

0 Answers  


Evaluate !(1&&1||1&&0) a) Error b) False c) True

0 Answers  






What are different types of polymorphism supported by C++

2 Answers   CA, GameLoft,


int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,


How would you use the functions sin(), pow(), sqrt()?

0 Answers  


What new()is different from malloc()?

0 Answers  


How many keywords are used in c++?

0 Answers  


Explain the difference between c++ and java.

0 Answers  


How do you declare A pointer to function which receives an int pointer and returns a float pointer

0 Answers  


Categories