Write a program using display() function which takes two arguments.


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

Post New Answer

More C++ General Interview Questions

Differentiate between a constructor and a destructor in c++.

0 Answers  


How much do coding jobs pay?

0 Answers  


What is private, public and protected inheritance?

0 Answers  


What is null pointer and void pointer?

0 Answers  


Can member functions be private?

0 Answers  






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 porgram in c++ that reads an integer and print the biggest digit in the number

0 Answers  


Is java the same as c++?

0 Answers  


What is nested class in c++?

0 Answers  


Why is polymorphism useful?

0 Answers  


What is encapsulation in c++?

0 Answers  


What is the latest c++ version?

0 Answers  


Categories