Difficulty in trie code

Sir
what is the differenc between
this->root=new Node(‘A’) and Node *n=new Node(A);