Answer:
to show the records in descending order used desk keyword
*ip+1
ip is a pointer to int
*ip is that int so *ip+1 is the value at ip plus 1
Answer:i think is an intranet
Explanation:because that's where they save most of their things
Look up on google a software that can do it for you. Doing it through a pre-made software is about the only way to do it most computers won't allow you to.
Answer:
a. method body.
Explanation:
A method contains the following components:
- method implementation code
All of these together constitute the method body. The method body contains the declarations and statements constituting the method definition.
Apart from this, when the method is invoked at runtime, it needs to be called with method-name and the actual parameter list which gets substituted for the formal parameters in the method body.