The correct choice is (c) classname (cont classname &obj){ /*constructor definition*/ }
To explain: The syntax must contain the class name first, followed by the classname as type and &object within parenthesis. Then comes the constructor body. The definition can be given as per requirements.