I've been trying to apply file handling in my program but I can't seem to make it work..
My program is for a shoe inventory .. Here's my code..
Code:
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<dos.h>
#define MAX 5
struct x
{
int no_of_pair;
} size[2];
struct style
{int nos;