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

Still curious? Ask our experts.

Chat with our AI personalities

MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
ReneRene
Change my mind. I dare you.
Chat with Rene
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake

Add your answer:

Earn +20 pts
Q: What does error means?
Write your answer...
Submit
Still have questions?
magnify glass
imp