Skip to content

Instantly share code, notes, and snippets.

@fatihdumanli
Created May 6, 2015 18:35
Show Gist options
  • Save fatihdumanli/26e894571fa92232bb16 to your computer and use it in GitHub Desktop.
Save fatihdumanli/26e894571fa92232bb16 to your computer and use it in GitHub Desktop.
int kactane = 0;
int i = 0;
for (i = 0; i < sizeof(dizi); i++)
{
if (dizi[i] == '.')
{
while (dizi[i] != '\0')
{
kactane++;
i++;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment