#include "stdafx.h" using namespace System; void main() { char d = '\45'; // octal escape Console::WriteLine ( d ); }