using namespace std;
char name(){
char a;
cout<<"Enter Your Name :";
cin>>a;
}
int main()
{
name();
cout<<"Your Name Is :";
return 0;
}
1
Expert's answer
2013-02-06T09:39:40-0500
Dear visitor Unfortunately, the statement of your question is a bit confusing. What do you need to be done? Please, give us the details so we could help you
Comments
Leave a comment