Write a Struct Time where integer m, h, s are its members

struct Time
{ intm;
inth;
int s;
};

0 comments:

Post a Comment

Blogger news