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


Please Help Members By Posting Answers For Below Questions

The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

766


Are enumerations really portable?

592


What are the types of i/o functions?

677


What does the c preprocessor do?

615


simple program of graphics and their output display

1466






Difference between Shallow copy and Deep copy?

1564


What is meant by gets in c?

604


Why can arithmetic operations not be performed on void pointers?

584


p*=(++q)++*--p when p=q=1 while(q<=6)

1264


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1493


Why is this loop always executing once?

615


What is pointer & why it is used?

600


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

553


What is a macro in c preprocessor?

624


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2602