/*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


Please Help Members By Posting Answers For Below Questions

Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3241


List some of the static data structures in C?

855


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

760


What is struct node in c?

702


What is static and volatile in c?

875






What are pointers? What are different types of pointers?

724


What is the use of getchar() function?

735


If I have a char * variable pointing to the name of a function ..

763


By using C language input a date into it and if it is right?

683


What is the difference between functions abs() and fabs()?

754


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

2778


Are negative numbers true in c?

684


Write a program to generate the Fibinocci Series

759


Explain pointer. What are function pointers in C?

725


Is sizeof a keyword in c?

668