
- Forum
- Programming Talk
- C and C++
- can i have a logic to calculate employee H R
can i have a logic to calculate employee H R
This is a discussion on can i have a logic to calculate employee H R within the C and C++ forums, part of the Programming Talk category; i a beginer of c language, and can i have a logic how to find a H R and all ...
-
can i have a logic to calculate employee H R
i a beginer of c language, and can i have a logic how to find a H R and all the complete calculation of an employee using structures concept.....
-
12-25-2010, 08:04 AM #2
- Join Date
- Dec 2010
- Answers
- 32
1st of all declare a structure
and create a array of structure globally, then calculate the various parameter using if else condition and store each and every data with respect to array......and print accordingly

Reply With Quote





