Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I dont know if it's too late and you've already solved it, but chars in c are marked by single quotation marks: ''. Having: "" means you're trying to compare strings, which you must use strcmp for. str[j] is a char so your comparison should be with a char.
Please help me !!
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
bool xo (const char* str)
{
return count;
return countY;
if (count == countY){
return true;
}
else {return false;}
}