For Better Performance Please Use Chrome or Firefox Web Browser

23-4

#include<iostream.h>

int tooleReshteM(char *s)
{
	int tool=0;
	while (*s) {
		tool++;
		s++;
	}
	return tool;
}

int tooleReshteS(char s[])
{
	int tool=0;
	for (; s[tool] ; tool++);
	return tool;
}

void main ()
{
	char esm[80];
	cout << "esmet chiye?";
	cin >> esm;
	cout << "salam " << esm << "!" << endl;
}

تحت نظارت وف ایرانی