What is difference between class and function?


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

Post New Answer

More C++ General Interview Questions

diff between pointer and reference in c++?

1 Answers  


Can you please explain the difference between static and dynamic binding of functions?

0 Answers  


Explain public, protected, private in c++?

0 Answers  


How should runtime errors be handled in c++?

0 Answers  


What is the object serialization?

0 Answers  


write a C++ programming using for loop: * * * * * * * * * *

4 Answers   TCS,


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


Write a C++ Program to Multiply two Numbers

1 Answers  


the maximum length of a character constant can be a) 2 b) 1 c) 8

0 Answers  


Why main function is special in c++?

0 Answers  


Can we specify variable field width in a scanf() format string? If possible how?

0 Answers  


What is scope resolution operator in c++ with example?

0 Answers  


Categories