Doubt in Code of trie

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