]> zdv2.bktei.com Git - BK-2023-05.git/blobdiff - src/notes.tm
feat(src/kr/ch1/s1.9):Finish exercise e1-16 (longest line)
[BK-2023-05.git] / src / notes.tm
index 37db3497ec28b2373c55f727731c2854cc2142f5..30d61d87532f58552a8d4eabbf0eea8336d972ae 100644 (file)
       <item*|<cpp|\\">>Represents the <em|double quote> character.
 
       <item*|<cpp|\\><em|ooo>>Represents an <em|octal number> (e.g.
-      <cpp|\\012> is the <em|newline> character<\footnote>
+      <cpp|\\012> is the <em|newline> character)<\footnote>
         <label|ref includehelp-oct-hex>See
         <hlinkv|https://www.includehelp.com/c/octal-and-hexadecimal-escape-sequences.aspx>.
-      </footnote>).
+      </footnote>.
 
       <item*|<cpp|\\x><em|hh>>Represents a <em|hexadecimal> number (e.g.
-      <cpp|\\x0A> is the <em|newline> character<rsup|<reference|ref
-      includehelp-oct-hex>>).
+      <cpp|\\x0A> is the <em|newline> character)<rsup|<reference|ref
+      includehelp-oct-hex>>.
+
+      <item*|<cpp|\\0>>Represents the <em|null> character (i.e. a <cpp|char>
+      with value <cpp|0>)<\footnote>
+        See <hlinkv|https://www.geeksforgeeks.org/difference-between-null-pointer-null-character-0-and-0-in-c-with-examples/>.
+      </footnote>
     </description-aligned>
 
     <label|term_expression><item*|expression> A sequence of
     <associate|auto-7|<tuple|2.2|?>>
     <associate|footnote-1.1.1|<tuple|1.1.1|?>>
     <associate|footnote-1.1.10|<tuple|1.1.10|?>>
+    <associate|footnote-1.1.11|<tuple|1.1.11|?>>
     <associate|footnote-1.1.2|<tuple|1.1.2|?>>
     <associate|footnote-1.1.3|<tuple|1.1.3|?>>
     <associate|footnote-1.1.4|<tuple|1.1.4|?>>
     <associate|footnote-1.2.5|<tuple|1.2.5|?>>
     <associate|footnr-1.1.1|<tuple|1.1.1|?>>
     <associate|footnr-1.1.10|<tuple|1.1.10|?>>
+    <associate|footnr-1.1.11|<tuple|1.1.11|?>>
     <associate|footnr-1.1.2|<tuple|1.1.2|?>>
     <associate|footnr-1.1.3|<tuple|1.1.3|?>>
     <associate|footnr-1.1.4|<tuple|1.1.4|?>>
     <associate|term definition|<tuple|1.1.1|?>>
     <associate|term enumeration|<tuple|linter|?>>
     <associate|term escape_sequence|<tuple|enumeration|?>>
-    <associate|term garbage_collection|<tuple|1.1.9|?>>
+    <associate|term garbage_collection|<tuple|1.1.10|?>>
     <associate|term heap|<tuple|garbage collection|?>>
     <associate|term machine-independent|<tuple|<label|term heap>heap|?>>
     <associate|term operand|<tuple|<label|term
     machine-independent>machine-independent|?>>
     <associate|term operator|<tuple|<label|term operand>operand|?>>
     <associate|term stack|<tuple|parameter|?>>
-    <associate|term struct|<tuple|1.1.10|?>>
+    <associate|term struct|<tuple|1.1.11|?>>
     <associate|term structure_assignment|<tuple|<label|term struct>struct|?>>
     <associate|term text_stream|<tuple|structure assignment|?>>
     <associate|term_argument|<tuple|1.1|?>>
     <associate|term_call|<tuple|assignment|?>>
-    <associate|term_delinter|<tuple|1.1.2|?>>
-    <associate|term_expression|<tuple|<with|mode|<quote|prog>|prog-language|<quote|cpp>|font-family|<quote|rm>|\\x><with|font-shape|<quote|italic>|hh>|?>>
-    <associate|term_function|<tuple|1.1.7|?>>
+    <associate|term_expression|<tuple|1.1.4|?>>
+    <associate|term_function|<tuple|1.1.8|?>>
     <associate|term_function_call|<tuple|function|?>>
     <associate|term_function_prototype|<tuple|function call|?>>
     <associate|term_linter|<tuple|1.1.2|?>>