Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 865 Bytes

execution-character-set.md

File metadata and controls

14 lines (11 loc) · 865 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Execution Character Set
Execution Character Set
11/04/2016
execution character set [C++]
character sets [C++], execution and source
source character set [C++]
39ffbb55-11c1-4b6d-a105-327c0fceb449

Execution Character Set

This content often refers to the "execution character set." The execution character set is not necessarily the same as the source character set used for writing C programs. The execution character set includes all characters in the source character set as well as the null character, newline character, backspace, horizontal tab, vertical tab, carriage return, and escape sequences. The source and execution character sets may differ in other implementations.

See also

C Character Constants