/*program to calculate hra,da in salary if salary less than
10000 then hra15%,da13% otherwise hra20%,da18%/*
Answer Posted / swapnilkumar
3 no solution is correct please run this code u will get result
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of the statement: strcat (S2, S1)?
What are 3 types of structures?
What happens if a header file is included twice?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is the difference between the local variable and global variable in c?
What is the use of ?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
write a program to display all prime numbers
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Are there constructors in c?
Explain why C language is procedural?
Explain the difference between null pointer and void pointer.
How can I copy just a portion of a string?
Explain what is output redirection?
What does the error message "DGROUP exceeds 64K" mean?