KeyLang

function_call

複数:
function_calls
意味・定義
2つの辞書から2件の定義

日本語WordNet

1
名詞
1関数呼出し

a call that passes control to a subroutine; after the subroutine is executed control returns to the next instruction in main program

AIによる解説

1
1プログラミング用語で、関数を実行するための命令。引数を渡して関数を呼び出し、処理結果を受け取る。コードの再利用性を高める基本的な仕組み。

A programming term for invoking a function with arguments to execute its code and return a result. A fundamental mechanism for code reusability and modular programming.

ライセンス: KeyLang Original

例文
この単語を含む例文でタイピング練習ができます

The program uses a stack to manage function calls.

そのプログラムは関数呼び出しを管理するためにスタックを使う。

-

The function call passes three arguments to the method.

その関数呼び出しはメソッドに3つの引数を渡す。

-

Each function call creates a new execution context.

各関数呼び出しは新しい実行コンテキストを作成する。

-

Push-down storage is essential for managing function calls in programming.

プッシュダウンストレージはプログラミングにおける関数呼び出しの管理に不可欠だ。

-

The tracing routine recorded each function call.

追跡ルーチンは各関数呼び出しを記録した。

-
関連語
活用形・派生語などの関連単語