What symbol is used to symbolize a function
Answers
Answered by
2
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.
thank you ❤️
I hope it helps you
Mark brainless for another question answers ☺️
Answered by
2
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.
Similar questions