What is function prototype
Explain what is function prototype?
Expert
The function prototype explains function interface to the compiler by providing the details like number, type of arguments and the type of return values
Function prototype is defines as a declaration statement within the calling program and is of the following:
Type function_name(argument list); Eg float volume(int x,float y);
Explain what is enumerated data type?
give me specifically only the significance of this pointer
what is deffrernt between c++ and java
in cpp i am having class person what is the meaning of "person &person::greater(person &x)"
Provide any four benefits of OOPS.
Explain what are the data members and the member functions?
Describe the basic concepts of the OOPs?
Explain the meaning of reference variable?
Specify some of the benefits of new operator over the malloc ().
18,76,764
1932233 Asked
3,689
Active Tutors
1445534
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!