operand примеры
Примеры
- Больше примеров: 1 2
- The address field either contains an address or an immediate operand.
Поле адреса содержало адрес или непосредственный операнд. - The type of the result is that of the promoted left operand.
Затем правый операнд преобразуется к типу int; результат имеет тип левого операнда. - The type and value of the result are the type and value of the right operand.
Тип и значение результата являются типом и значением правого операнда. - The first operand expression must be a structure or a union, and the identifier must name a member of the structure or union.
Первое выражение должно быть объектом класса, а идентификатор должен именовать член этого класса. - The first operand expression must be a pointer to a structure or union, and the identifier must name a member of the structure or union.
Первое выражение должно быть указателем на объект класса, а идентификатор должен именовать член этого класса.