How to display inputted data to another function body in C language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to display inputted data to another function body in C language

Im making library system management and I my program there is add librarian my problem is when I add librarian I cannot display in to view librarian

7th Dec 2018, 1:02 AM
SingleName
SingleName - avatar
3 Answers
+ 11
I think maybe the function (where you are adding a librarian) could not be returning anything. When you call the function it only adds the librarian but does not return the values that have been input. Ensure it returns the librarian after being input. Hope this helps you
7th Dec 2018, 4:30 AM
Nathan 🇰🇪
Nathan 🇰🇪 - avatar
+ 5
Well show us your code
7th Dec 2018, 2:11 AM
Yash🏁🔘
Yash🏁🔘 - avatar
+ 1
Show me the code
7th Dec 2018, 1:36 PM
Hassan Raed
Hassan Raed - avatar