/*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
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
List some of the static data structures in C?
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
What is struct node in c?
What is static and volatile in c?
What are pointers? What are different types of pointers?
What is the use of getchar() function?
If I have a char * variable pointing to the name of a function ..
By using C language input a date into it and if it is right?
What is the difference between functions abs() and fabs()?
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.
Are negative numbers true in c?
Write a program to generate the Fibinocci Series
Explain pointer. What are function pointers in C?
Is sizeof a keyword in c?