Which of the following is not a valid declaration for main()
a) int main()
b) int main(int argc, char *argv[])
c) They both work
No Answer is Posted For this Question
Be the First to Post Answer
Describe protected access specifiers?
How can you tell what shell you are running on unix system?
Is there any function that can skip certain number of characters present in the input stream?
What is std::move?
How new/delete differs from malloc()/free?
What do you mean by abstraction. Explain your answer?
What are stacks? Give an example where they are useful.
Under what conditions is multiple inheritance not recommended?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
How do you show the declaration of a virtual constructor?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
How important is c++?