Mention the ways in which parameterized can be invoked. Give an example of each.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is a far pointer? where we use it?

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


What is the difference between prefix and postfix versions of operator++()?

0 Answers  


Is structure can be inherited?

5 Answers   HP, ST Micro,


What do you mean by volatile and mutable keywords used in c++?

0 Answers  






why can't we declare data member of class auto register or extern

1 Answers  


Why is polymorphism useful?

0 Answers  


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

0 Answers  


What is problem with Runtime type identification?

2 Answers  


How does atoi function work?

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


What do you mean by ‘void’ return type?

0 Answers  


Categories