C++ Programming and Technical Programming Technical

Which of the following statements is incorrect?
A. Friend keyword can be used in the class to allow access to another class.
B. Friend keyword can be used for a function in the public section of a class.
C. Friend keyword can be used for a function in the private section of a class.
D. Friend keyword can be used on main().

Read Solution (Total 4)

C++ Other Question

What do you mean by internal linking and external linking in c++? What is implicit conversion/coercion in c++?