Тести
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
functions
:
Мова контенту: English
Русский
Tail recursion optimization
functions
Which recursive calls are optimized by Scala complier, so they run just as quickly as hand-optimized versions that use while loops?
functions
Currying example
functions
Given the following curried function, what is the correct way to get a reference to curriedSum’s “second” function? def curriedSum(x: Int)(y: Int) = x + y
functions
Curly braces instead of parentheses
functions
Select all correct invocations of the given function: def sum(x: Int, y: Int = 0) = x + y
functions
Select correct statement regarding evaluation of functions parameters
functions
What is the correct syntax for using call-by-name evaluation strategy?
functions
What is the correct syntax for using call-by-value evaluation strategy?
functions
What is default evaluation strategy in Scala?
functions
← Попередня
1
2
3
4
5
Наступна →
Зареєструйся Зараз
або
Підпишись на майбутні тести