Analyzing input stringHello, How do I analyze input string from user? For example, I want "XXXXX" in one line to be ...
Pointers to Structures and ObjectsHi all. So, I 80% comprehend what a pointer is all about. But, what is the use of pointers to ...
Pointer As An Argument for A StringThanks all guys, it's all comprehended now. Thanks for your efforts.
Pointer As An Argument for A StringThanks, Well I know that already, but how could the whole string is passed in *str, and str print...
Pointer As An Argument for A StringHello! Why do you pass a pointer through a function when you want to pass a string? Like this ...