Intialize using charater literal
#include "stdafx.h" using namespace System; void main() { char v = 'F'; Console::WriteLine( v ); }