char * RevString( char * str )
{
char * dup = strdup( str );
size_t len = strlen( str );
int x = 0;
int y = len;
while( x str[ x++ ] = dup[ --y ]; free( dup ); return( str ); } Note that you don't actually need this function since the standard built-in strrev() function reverses strings more efficiently than this.
Chat with our AI personalities
7x9
They both cannot be
the transpose of null space of A is equal to orthogonal complement of A
The answer will depend on what the problem is: some can be solved using an array but for others, arrays are a complete waste of time.
3 times 9 and 7 times 9.