Can java be faster than c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is ofstream c++?
How to get the current position of the file pointer?
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 is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 Answers HCL, Integra, IPMC, ORG,
What are pointer-to-members? Explain.
What is a volatile variable in c++?
Explain about vectors in c ++?
How the V-Table mechanism works?
What is endl c++?
What is a unnitialised pointer?
Explain the concept of friend function in c++?
Why cstdlib is used in c++?