Thread
:
C programming Count uppercase letters in a sentence
View Single Post
Reply
Posted 2004-10-16, 11:55 AM in reply to
Demosthenes
's post starting
"#include <stdio.h> int main(void) {..."
Actually, it would be
for(i=0;i<strlen(string);i++)
not
for(i=0;i<string[i];i++)
Profile
PM
WWW
Search
WetWired