new
new[]
char *c=new char[23]; // allocating space for 23 chars in memory
char *c=new char;
char* c = new char[1];