#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?
Chat with our AI personalities
Err means to go astray in thought or belief, error means a deviation from accuracy or correctness.
Error is a synonym of mistake.
The 503 Service Unavailable error means the web site's server is not available right now.
It means the URL of the website was not found
A percentage error is 100*(measurement - true value)/true valueThe percentage error is negative if the measured (or calculated) value is smaller that the true value.