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 4696In 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.
2897write 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 20572Post New TCS C Code Interview Questions
Different types of Object Dependencies.
What is verbose_name in django?
How to write join query in codeigniter?
How do I stop pid 4 from using port 80?
Is spring framework still popular?
what is the meaning of Processing Vendor/Employee payments
in which situation require to use paddle and basket?
How to show table structure mysql?
How do you print from powerpoint?
What is dynamic proxy?
What does a lookup function do? How do the different variations of the lookup function differ?
What are the authentication methods for the client object model application?
How do the wls jms 6.1 server/destination message maximum and threshold values work?
What is freehand sql?
What is a timer job?