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);
State Polymorphism.
Explain what is return type of the main ()?
What is meant by an inline function?
Explain what is meant by the term scope resolution operator?
What is encapsulation and data abstraction?
in cpp i am having class person what is the meaning of "person &person::greater(person &x)"
Explain two types of the Polymorphism.
Hi this is my assignment for mth 255.My homework assignment is due tommorrow
Explain what are the data members and the member functions?
18,76,764
1961675 Asked
3,689
Active Tutors
1441572
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!