Hello
i m new about c++ programming and i have a problem about using illegal characters. My problem is ;

i have to use illegal characters in my string / array but it does not let me to use it. .
Code:
char fordefaultname[10]=" "Name='Melisa kutar' " " // here is my problem. 
// i can also use string it's not problem. 
// There are 2 quotation marks.
like here; i want to use / " Name ='Melisa Kutar' " / - in my array.

is there anyway to do this ?
How can i use illegal characters like " '

i ll be glad if someone can help, any help would be appreciated..
Thanx in advance.