What is difference between rand () and srand ()?
No Answer is Posted For this Question
Be the First to Post Answer
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
What are the advantages of using a pointer?
If you don’t declare a return value, what type of return value is assumed?
differance between copy & clon
Difference between delete and free.
What are shallow and deep copy?
When is the copy constructor called?
What are different types of polymorphism supported by C++
What are c++ manipulators?
What is the advantage of c++ over c?
Why do we use classes in programming?
What do you mean by public protected and private in c++?