Code:
char *str="SONIA";

}
What does the above line means?
char *str--I guess by using * we can store more than one character in str.
I am right or wrong??

Please help me!!!!