help to make a library function that will return book.
C in Linux
Collapse
X
-
Tags: None
-
Originally posted by mavishsterhelp to make a library function that will return book.
You need to post more information than that. Also, you have had to try and do the assignment and tell us where you are having trouble. We do not do your HW for you.
AdrianComment
-
Originally posted by mavishsterhelp to make a library function that will return book.
[code=c]
struct book { };
struct book library()
{
struct book newbook;
return newbook;
}
[/code]Comment
-
-
Originally posted by mavishstersubject is over. we have done it
AdrianComment
Comment