TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Flowgorithm

Flowgorithm Call Statement

Overview

In this tutorial, we will learn about Flowgorithm Call Statement. We can use this flowchart symbol to invoke a function or procedure.

Call Statement

A call statement is a control statement. It transfers the control to a function or a procedure. To convey information to the function or procedure, the parameters associated with the function or procedure are used. We can pass the arguments using either the pass-by-value mode or the pass-by-reference mode.

 

Flowgorithm Call Statement

Example

We need to define the function/procedure before using it in the Call statement. Let’s define a function named Add that takes two integer arguments and prints the sum of the two numbers. We will use the Call statement to invoke the function from the Main flowchart.

Define a new function.

Define Function Flowgorithm Call Statement

Add the function code. The function logic is defined here.

 

Add Function body Call Statement

In the Main flowchart, we will add a Call statement to invoke the function. Add the Call symbol ad click on the symbol to invoke the function. Enter the function name and the function arguments.

 

Call Statement Main Flowchart

 

That’s it. We have successfully added the Call statement to invoke another function in the flowchart.

 

Sample Call Statement Flowgorithm Flowchart

 

—

Flowgorithm Tutorials

Flowgorithm flowchart tutorials on this website:

https://www.testingdocs.com/flowgorithm-flowchart-tutorial/

Flowgorithm Website

For more information on the Flowgorithm tool, please visit the official website at:

http://flowgorithm.org/

Related Posts

Print Triangle Pattern Flowchart

Flowgorithm /

Print Triangle Pattern Flowchart

Flowgorithm Breakpoint Symbol

Flowgorithm /

Flowgorithm Conditional Breakpoint Statement

File Read Declare Variables

Flowgorithm /

Flowgorithm Read Numbers from File Example

File Search Input File Flowgorithm

Flowgorithm /

Search Text File Flowchart Example

Flowgorithm Turtle Graphics Symbols

Flowgorithm /

Flowgorithm Turtle Graphics Symbols

‹ Factorial using Recursion Flowchart› Flowgorithm Menu Options

Recent Posts

  • Scaler Academy – An Online Learning Platform
  • Difference between PHP and JavaScript?
  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com