Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. Which of the following can be used to declare the main function?

  2. A.
    void main
    B.
    void Main()
    C.
    void main()
    D.
    main
    E.
    either (b) or (c) can be used

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment