I wanna put string into array ,but I also wanna compare whole string using strcmp.So using 2 dim char array I can't do that,because if I use it I have to compare 2 strings by using char by char.But I wanna to compare whole string by using strcmp.Also I wanna to store a string.
First time I use argv for store string.But I wanna some selected string store again with full fill above condition.(ie I wanna store array as whole.not char by char). Can I use again argv for store string or are there any way to store string.
First time I use argv for store string.But I wanna some selected string store again with full fill above condition.(ie I wanna store array as whole.not char by char). Can I use again argv for store string or are there any way to store string.
Comment