What is function prototyping? What are its advantages?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Which is best c++ or java?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is nested class in c++?
How to implement flags?
When the design recommends static functions?
Can you explicitly call a destructor on a local variable?
What does obj stand for?
the maximum length of a character constant can be a) 2 b) 1 c) 8
If a function doesn’t return a value, how do you declare the function?
Explain what happens when a pointer is deleted twice?
What are virtual constructors/destructors?