Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.
revprev | Admin | May 13'24 at 22:51 | +276 | m | |
revcur | Admin | (Created page with "# <code>pi2 = pi;</code> # The reverse, <code>pi = pi2;</code> is a valid C statement if <code>pi</code> is not a constant and <code>pi2</code> is initialized. # '''a'''. <code>pi2 = 3.1415;</code><br>'''b'''. The reverse: <code>3.1415 = pi2;</code> is not valid since it is impossible to assign a value to a literal.") | May 13'24 at 20:49 | +317 |