As per the Coding Guidelines of the Project, Which of the following follows guidelines while declaring Pointer
char* text;
char *text;
Char * text;
char text*;