Home / C++ Programming / Functions - C++ :: Discussion

Discussion :: Functions - C++

  1. Which of the following function / types of function cannot have default parameters?

  2. A.
    Member function of class
    B.
    main()
    C.
    Member function of structure
    D.
    Both B and C

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment