How c functions prevents rework and therefore saves the programers time as wel as length of the code ?


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

Post New Answer

More C++ General Interview Questions

What is pure virtual function? Or what is abstract class?

0 Answers  


What is size of null class?

6 Answers   HP,


What are the various access specifiers in c++?

0 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


If I is an integer variable, which is faster ++i or i++?

0 Answers  






What do you mean by const correctness?

0 Answers  


What is the purpose of template?

0 Answers  


What is late binding c++?

0 Answers  


What is polymorphism & list its types in c++?

0 Answers  


Difference between class and structure.

0 Answers  


What is an explicit constructor?

1 Answers  


Why do we use templates?

0 Answers  


Categories