answersLogoWhite

0

#include

#include

#include

using namespace std;

int strglen( int n,char name[10]){

int i=1;

cout<<"type a name-"; cin>>name;

cout<<"typed name is:"<

while(name[i] !='\0'){

i++;}

n=i-1;

return n;}

int main() {

int n,length ; //char str[10];

length=strglen(int n, char name[10]);

length=n;

cout<

return 0;

}


What does the "parse error" mean over here?

User Avatar

Dock Spencer

Lvl 9
2y ago

What else can I help you with?