When the info of student is displayed the No. of books issued is showing the value 0, even when book is issued. I cannot find the problem in the program.
Code:
//***************************************************************
// HEADER FILE USED IN PROJECT
//****************************************************************
#include<fstream.h>
#include<conio.h>
#include<stdio.h>
Leave a comment: