answersLogoWhite

0

What does error means?

Updated: 12/20/2022
User Avatar

Wiki User

9y ago

Best Answer
#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
1y ago
This answer is:
User Avatar

Add your answer:

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