mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-17 09:29:30 +01:00
applets/cjeopardy: fix wording of question 448
This commit is contained in:
parent
9192b7bfad
commit
a1ec2bfada
@ -445,7 +445,7 @@
|
||||
445) [6.5.7 Bitwise shift operators] Each of the operands for the bitwise shift operators shall have this kind of type.|integer
|
||||
446) [6.5.7 Bitwise shift operators] If the value of the right operand of a bitwise shift operator is this or is greater than or equal to the width of the promoted left operand, the behavior is undefined.|negative
|
||||
447) [6.5.7 Bitwise shift operators] The result of E1 << E2 is E1 left-shifted E2 bit positions; vacated bits are filled with these.|zeros|zero|0
|
||||
448) [6.5.7 Bitwise shift operators] The result of E1 << E2 is E1 left-shifted E2 bit positions. If E1 has a signed type and a negative value, the resulting value is this.|implementation-defined
|
||||
448) [6.5.7 Bitwise shift operators] The result of E1 >> E2 is E1 right-shifted E2 bit positions. If E1 has a signed type and a negative value, the resulting value is this.|implementation-defined
|
||||
449) [6.5.8 Relational operators] When two pointers are compared, the result depends on the relative locations in this of the objects pointed to.|address space
|
||||
450) [6.5.8 Relational operators] If two pointers to object types both point to the same object, or both point one past the last element of the same array object, they compare as this.|equal
|
||||
451) [6.5.8 Relational operators] If the expression P points to an element of an array object and the expression Q points to the last element of the same array object, the pointer expression Q+1 compares as this to P.|greater than|>|greater
|
||||
|
Loading…
Reference in New Issue
Block a user