Write a C program to find the length of a given string without using the built-in strlen() function.
Write a C program to count the number of vowels in a given string.