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 4840In 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.
3009write 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 20855Post New TCS C Code Interview Questions
What is meant by ioc in spring?
Mention what is ale, idoc, edi, rfc and explain briefly?
Do you know what kind of daily work do soil scientists do? : soil science
How many buckets can you create in aws by default?
What is the general power factor & min. power rating of TV,LCD type TV, CRt type TV, Scanner, printer?
What are the different types of arithmetic operations that can be performed by the 8085 microprocessor?
Does spark use yarn?
Where import statement is used in a java program?
Which is more secure: java or activex? : java security
What is the difference between inner join and outer join?
explain CRM Software Sales Force Automation
What is Storyboard class in Silverlight?
where do you see yourself in 5 years from now?
Give e an example of..
Explain the select statement in sql?