hi every body>>>>
please i am student and this my homework very important to me
the question is :
how to complete this simple program to make its return 0 ?????
the answer is some thing instead of:
/*
some statments
*/
please i am new here and need ur help plezzzzzzzzzzzz
void function(int arg)
{
char chars[10];
/*
some statments
*/
}
void main()
{
int arg=0;
function(5050);
arg++;
cout<<arg;
}