WAP to accept basic salary of an employee?
Calculate it HRA=25%,DA=30%,PF=30%&net salary display all
contents?
Answer Posted / balachander
wrong
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
what are # pragma staments?
What are variables c?
How many keywords (reserve words) are in c?
Why is this loop always executing once?
When should a type cast be used?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Explain how are portions of a program disabled in demo versions?
Here is a neat trick for checking whether two strings are equal
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Explain bit masking in c?
Why is C language being considered a middle level language?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is c variable?
Do pointers need to be initialized?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?