can any one solve this one for me, i have no idea how to solve it.
Input two character arrays Name1 and Name2 of the size 12. Print both arrays in reverse order as shown in the sample input an output. If both arrays are identical then print “Arrays are same!” otherwise print “Arrays are different!” Hint: Use the function strlen(…) to find the length of a C-String, use the function strcmp(…) to compare two C-Strings.
Please note, that this is not a homework site. We won't do your homework for you. However we are always willing to help solve problems you encountered, correct mistakes you made in your code and answer your questions.
We didn't see your attemts to solve this problem youself and so we cannot correct mistakes you didn't made and answer questions you didn't ask. To get help you should do something yourself and get real problems with something. If your problem is "I don't understand a thing", then you should go back to basics and study again. As it is impossible to find deriviative of function without knowledge in ariphmetics, you cannot do more complex tasks in programming without clear understanding of basics