Is c or c++ more useful?


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

Post New Answer

More C++ General Interview Questions

What is the best c++ book?

0 Answers  


Write about the stack unwinding?

0 Answers  


What are the characteristics of friend functions?

0 Answers  


How we can differentiate between a pre and post increment operators during overloading?

0 Answers  


Name four predefined macros.

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,


Disadvantages of c++

8 Answers   HCL,


what are the events occur in intr activated on interrupt vector table

0 Answers   HGS,


What is dev c++ used for?

0 Answers  


What are the differences between java and c++?

0 Answers  


How Virtual functions call up is maintained?

2 Answers  


What is the difference between the functions memmove() and memcpy()?

0 Answers  


Categories