Si el segundo operando es cero, el comportamiento es indefinido.
Si el segundo operando es nulo, el comportamiento no está definido.
Cuál de los cuatro elementos de una operación (primer operando, operación, segundo operando y resultado) será la incógnita.
Which of the four elements of an operation (first operator, operation, second operator and result) will be the target.
Segundo operando entre 10 y 99, "sin llevar"
Y puedo ver que el segundo operando aquí es en sí mismo una combinación que tiene un operador y dos operandos.
And I can see that the second operand here is itself some combination that has one operator and two operands.
La relación resultante incluye todas las tuplas del primer operando que no están presentes en el segundo operando.
The resultant relation includes all the tuples of the first operand that are not present in the second operand.
El operador de exponenciación devuelve el resultado de elevar el primer operando al segundo operando de potencia.
The exponentiation operator returns the result of raising first operand to the power second operand.
Dependiendo de la instrucción, el registro puede ser el primer operando, el segundo operando o ambos.
Depending upon the instruction, the register may be the first operand, the second operand or both.
Se mueve todos los bits en su primer operando a la izquierda por el número de lugares que se especifican en el segundo operando.
It moves all the bits in its first operand to the left by the number of places specified in the second operand.
Si el valor del primer operando es nulo, entonces el operador devuelve el valor del segundo operando, de lo contrario, devuelve el valor del primer operando.
If the value of the first operand is null, then the operator returns the value of the second operand, otherwise it returns the value of the first operand.
Después de que tanto el valor de evaluación y todos los efectos secundarios del primer operando se han completado, si el resultado era true, el segundo operando es evaluado.
After both the value evaluation and all side effects of the first operand are completed, if the result was true, the second operand is evaluated.
Cuando una instrucción requiere dos operandos, el primer operando es generalmente el destino, que contiene datos en una ubicación de registro o de memoria y el segundo operando es la fuente.
When an instruction requires two operands, the first operand is generally the destination, which contains data in a register or memory location and the second operand is the source.
Este operado es cortocircuitado: si el primer operando es false, no se evalúa el segundo operando.
If the first operand is false, the second operand is not evaluated.