WAP to accept basic salary of an employee?
Calculate it HRA=25%,DA=30%,PF=30%&net salary display all
contents?
Answer Posted / brijesh
jst add basic into net salary with da n hra n pf
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
Is c compiled or interpreted?
What is I ++ in c programming?
Why header file is used in c?
Difference between linking and loading?
Explain the use of fflush() function?
is it possible to create your own header files?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is difference between %d and %i in c?
Differentiate between #include<...> and #include '...'
Simplify the program segment if X = B then C ← true else C ← false
What is %lu in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What are the features of c languages?
What are the features of the c language?
How do you override a defined macro?