Which is an anti virus program pc erase or Symantec?
C: Print the elements of a matrix in anti spiral order?
Input Matrix
1 2 3 4 5 6 7 8 9
Output
5 6 9 8 7 4 1 2 3
Write a C program to check if the given string is repeated substring or not. ex 1: abcabcabc - yes (as abc is repeated.) 2: abcdabababababab - no