Return type of main ()
Explain what is return type of the main ()?
Expert
Return type of main () is integer that is main () returns an integer type value to operating system. Thus, each main () must end with the return (0) statement. Its general format is,
Int main () ………… Return 0;
Explain any of the four applications of OOPS.
give me specifically only the significance of this pointer
Explain what are manipulators?
Explain the meaning of reference variable?
Explain what is meant by tokens?
what is deffrernt between c++ and java
Explain four basic sections within the typical C++ program.
Explain what are the data members and the member functions?
Explain the term Inheritance.
18,76,764
1938266 Asked
3,689
Active Tutors
1449892
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!