struct date{ int y;
int m;
int d;
long int calculate_date(/*struct variable */)
{
//....
}
};
void main ()
{/*here how to call function and define struct var*/
}
Happy Family 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.