How can I construct a software for store management by which I can?
Very recently the whole world seems to have become skilled in programming of some sort. Theres a how hard can it be? attitude which is both misleading and insulting to accomplished software engineers. Theres a reason why programmers can often attract relatively high salaries: its a very difficult thing to do well. If you were truly skilled in C then you wouldnt need to ask your question. There are many ways to design such a system, but I will describe the one most obvious to me. You will need a database, say lets say MySQL, and so you will need to learn SQL While you could create something in C, that language is best when you want to trade development time for a fast-running program. It is too easy to get things wrong in C, and you need a forgiving language, probably Python If you want to access your data from a web browser then you will also need HTML, CSS, and JavaScript Unless you are better with C than it appears, you are almost certainly better off paying a professional to make this for you.