Computer Science, asked by harrygill7932, 5 months ago

The symbol that is used to represent the scope of functions

Answers

Answered by philipvk
0

Answer:

The most commonly used symbol used to represent the scope of functions is the "{" for the beginning of the scope, and "}" for the end of the scope.

This pair of symbols is used in C, C++, Java family of languages, Dart, Go, Rust, and a few other languages.

Explanation:

Similar questions