I'm an aspiring programmer. I know I have a lot to learn, that’s why I’m starting to solve some problem my co-worker asked me.
Here's what i know, these counts the length of the string:
#include<iostream.h>
#include<string.h>
#include<stdio.h>
void main()
{
char str[80];
cout << "Count the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.