answersLogoWhite

0

make sure you test them before working on it

User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Engineering

What statements indicate the start and end of a procedure?

A procedure is started by calling the function that represents that procedure. The function call must include any and all required arguments.The procedure ends whenever a return statement is encountered anywhere within the function body, or execution falls off the end of the function (assuming no return value is expected from the procedure), or a non-return function is invoked by the function (such as the abort() function) or an unhandled exception is thrown by the function. Apart from a non-returning function call, execution always returns to the calling code (the caller). If an unhandled exception is thrown by a function, the call stack automatically "unwinds" until a suitable exception handler is found. If no handler is found on the call stack, the global main function will unwind, terminating the program with an unhandled exception error. Hence the reason all non-trivial programs should provide a "catch-all" exception handler in the global main function.


What is the purpose of a function or procedure?

function is a set of statements that can be executed in the part of the program. ex: to add two nos. using function void main() { int a,b,c; printf("enter the two numbers"); scanf("%d%d",&a,&b); add(a,b); clear(); } void add(int a,int b) { c=a+b; printf("the sum is %d",c); }


In order for a circuit to function correctly the electricity must do what?

It must flow through the conductors.


Can a C plus plus user defined function return a value?

Absolutely. Indeed, any function (user-defined or built-in) that does not return a value is not really a function, it is simply a procedure.


Which is an example of a PLSQL subprogram?

A PL/SQL subprogram is equivalent to a procedure or function in conventional procedural programming.

Related Questions

How can I adjust French doors to ensure they are properly aligned and functioning correctly?

To adjust French doors for proper alignment and function, start by checking the hinges for any loose screws and tighten them as needed. Next, adjust the hinges to ensure the doors are level and plumb. You can also adjust the strike plates and latch mechanisms to ensure the doors close properly. If necessary, you may need to sand or trim the doors to ensure they fit within the frame correctly.


What is the function of fruits in angiosperms?

it is its mechanisms for the dispersal of seeds


General definition of polymorphism in computer?

This is a term from Object Oriented Programming. It refers to the ability of a function or procedure to accept and correctly process parameters of different Types declared in different Classes. It requires an ability to perform what is called runtime dispatching to call the correct actual function or procedure declared within the matching Class, out of all possible Classes.


How can a procedure be defined in C plus plus?

A procedure is simply a function in C++, therefore you define procedures just as you would any function. In some languages, a procedure is not a function as such, insofar as there is no return type. The C++ equivalent would therefore be a function that returns void.


What are the anatomical physiological and cellular mechanisms behind the structure or performance parameter?

Anatomical mechanisms refer to the physical structures involved in a particular function; physiological mechanisms involve the biochemical and biophysical processes that enable that function; cellular mechanisms involve the activities of individual cells that contribute to the overall function or structure. These mechanisms work together to dictate the performance parameters of a system, such as strength, speed, or endurance.


What is the Lipids function in the cell?

It has structual components that tell the body what to do and how to function correctly!


What is the function of the lipids in cells?

It has structual components that tell the body what to do and how to function correctly!


How can you split a payment between your savings account and your checking account In the ePay function?

In the ePay function, how can you split a payment between your savings account and your checking account


In the ePay function how can you split a payment between your savings account and your checking account?

In the ePay function, how can you split a payment between your savings account and your checking account


Procedure to replace kidney function'?

dialysis


What is the difference between a function and Procedure?

Girraf


What is a function generator and what does it do?

A function generator is a device that tests electronic equipment and software. This is helpful in checking frequencies of circuit devices. A fucntion generator is used to check integrated circuitry to be sure it works correctly. It's also used to make sure that these devices do not interfere with each other.