Define a pdb file.
No Answer is Posted For this Question
Be the First to Post Answer
What do the header files usually contains?
What is the difference between the parameter to a template and the parameter to a function?
Explain the static storage classes in c++.
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is purpose of abstract class?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
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 )?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
List the features of oops in c++?
how to connect with oracle 9i with server in socket program in c/c++
Is c++ the most powerful language?
What is abstract keyword in c++?