DictionaryForumContacts

   Russian
Terms for subject Programming containing передавать функцию | all forms | exact matches only | in specified order only
RussianEnglish
значения констант, которые передаются функцииvalues of the constants which are passed to the function (ssn)
значения переменных, которые передаются функцииvalues of the variables which are passed to the function (ssn)
передавать в функциюfeed to a function (baeldung.com Alex_Odeychuk)
передавать функциюpass down a function (говоря о передаче функции дочернему компоненту reactjs.org Alex_Odeychuk)
передавать функцию в другую функциюsupply a function into a function (как параметр Alex_Odeychuk)
при вызове в функцию передаются адресная ссылка на обрабатываемый массив и размер массива в байтахwhen called, a pointer to the array and its size in bytes is passed to the function
при вызове в функцию передаются указатель на обрабатываемый массив и размер массива в байтахwhen called, a pointer to the array and its size in bytes is passed to the function