Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by sciSpider v2.4 (sch jbop) (X_X)@==(Q_Q)@

...

Initializing a character array using a string literal to fit exactly without a null byte is not allowed in C++.

...

Noncompliant Code Example

This non-compliant noncompliant code example initializes an array of characters using a string literal that defines one more character (counting the terminating '\0') than the array can hold.

...