It has 2 physical SLOC, 2 logical SLOC (the loop operator for and the function call operator printf) and 1 comment line.
В данном случае получается, что в коде содержится 2 физические строки кода, 2 логические строки кода (оператор цикла for и оператор вызова функции printf) и 1 строка комментария.
Other results
A procedure call operator is specified in the same way as a function call expression.
The spread operator doesn't only work with function calls.
It just does a lookup for the appropriate operator in the symbol table and generates a function call to it.
Expressions are formed from operators and operands; any expression, including an assignment or a function call, can be a statement.
Из операндов и знаков операций формируются выражения; любое выражение, в том числе присваивание и вызов функции, может являться оператором.
The "operator" () refers to function call.
Both BCPL and B were typeless languages, that means the only data type is machine word and access to other kinds of objects is by special operators or function calls.
И bcpl и "b" - "безтиповые" языки; единственным видом данных для них являются машинное слово, а доступ к другим об'ектам реализуется специальными операторами или обращением к функциям.
By contrast, when the ellipsis operator occurs to the right of a template or function call argument, it unpacks the parameter packs into separate arguments, like the args... in the body of printf below.
Когда оператор многоточия стоит справа от шаблона или аргумента вызова функции, он распаковывает параметры в отдельные аргументы, также как и args... в теле printf ниже.
(rp->pt1).x The structure operators. and ->, together with () for function calls and [] for subscripts, are at the top of the precedence hierarchy and thus bind very tightly.
Операции работы со структурами"->" и"." наряду со () для списка аргументов и [] для индексов находятся на самом верху иерархии страшинства операций и, следовательно, связываются очень крепко.
Operators are basically symbols, either single characters or a specific combination of several characters, which specify operations (math, obviously, but also indexing, function calls and so on) to perform in an expression.
Операторы - это в основном символы, либо отдельные символы, либо определенная комбинация нескольких символов, которые определяют операции (математические, очевидно, но также индексирование, вызовы функций и т. д.) для выполнения в выражении.
Additionally, the Macro Operator may compile and execute function calls, complete assignments, or even list of arguments, and the result of the macro may be used to resolve any of the above contexts in the compiled application.
Кроме того, макро-оператор может компилировать «на лету» и выполнять вызовы функций, выполнять присваивания значений или даже создавать список аргументов - а результат выполнения макро-оператора может использоваться в любом из указанных контекстов в скомпилированной прикладной программе.
The structure operators. and ->, together with () for function calls and [] for subscripts, are at the top of the precedence hierarchy and thus bind very tightly.