What is diamond problem in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is an adaptor class in c++?
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 )?
What would happen on forgetting [], while deallocating an array through new?
What do you mean by static variables?
Describe the main characteristics of static functions?
Who calls main function?
Define a constructor - what it is and how it might be called (2 methods)?
what does the following statement mean? int (*a)[4]
What are the advantages of c++? Explain
What is time h in c++?
What it is and how it might be called (2 methods).
How to write Multithreaded applications using C++?
2 Answers Honeywell, TCS, Wipro,