There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
1 4839In a gymnastic competition, scoring is based on the average of all scores given by the judges excluding the maximum and minimum scores. Let the user input the number of judges, after that, input the scores from the judges. Output the average score. Note: In case, more than two judges give the same score and it happens that score is the maximum or minimum then just eliminate two scores. For example, if the number of judges is 5 and all of them give 10 points each. Then the maximum and minimum score is 10. So the computation would be 10+10+10, this time. The output should be 10 because 30/3 is 10.
3008write a c program to Create employee record by taking details like name, employee id, address and phone number. While taking the phone number, take either landline or mobile number. Ensure that the phone numbers of the employee are unique. Also display all the details
2 20852Post New TCS C Code Interview Questions
What is private static in java?
Explain neo4j index?
How do I know what port tomcat is using?
What is difference between j2ee and java?
What are the different available models of sdlc?
What is the difference between concurrency and parallelism?
What is the purpose of sizeof operator?
how would you check that a given index is consistent and has no corruption? If corruption occurred on a database what would your process be?
How we can turn on /off caching in joomla?
What is open line item management? What is meant by clearing open line items?
What is the reshaping of data in R?
State some points of Union Budget 2017?
What is an actionevent in java?
What is the function of thermostat in cooling system of an engine ?
What are the categories of debugging?