Can I create my own functions in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why main function is special in c++?
What is the role of C++ shorthand's?
What is a class template?
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 is a mutable member?
Which sort does c++ use?
Which software is best for programming?
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
Explain what happens when a pointer is deleted twice?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
Show the declaration for a static function pointer.
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.