Click here to Skip to main content
15,885,244 members

Comments by minkowski (Top 6 by date)

minkowski 5-Dec-11 6:05am View    
Sorry, I am a bit confused. If you are not a programmer why are you seeking answers to this question?
minkowski 6-Mar-11 5:11am View    
Ha ha, I know it works for a char array as interviewers like to ask to reverse a char array as a warm up question.

=O)
minkowski 6-Mar-11 4:18am View    
So it's compiler dependent? I am using VS .NET 2008 for your reference.
minkowski 5-Mar-11 15:15pm View    
it will also work with

char temp[] = "abc";
minkowski 5-Mar-11 14:58pm View    
Thanks for your input. I can understand why it wouldn't work if it is really a "const char *". Cheers!