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 4772In 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.
2966write 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 20729Post New TCS C Code Interview Questions
In Perl, what is grep function used for?
What is the root namespace used for Animations and 3D rendering in WPF?
what is a primary key? : Sql dba
Define the Term 'workflow'?
What is microsoft access database engine?
plz tll me wch area i will prepare 4 IOCL EXAM............
Which is element exhibit allotrope in the 6tha group?
What is CAP Theorem? What aspects does Hadoop support from this theorem?
What is the function of messaging metaphor?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What is the role of executeSection?
What are screen painter and menu painter? : abap hr
Hello friends..... On which areas of an application we can not test with QTP
If Seller is Registered with Karnatka State and Selling the Engg. goods to Delhi based non registered company, then what is the CST they charge?
Why does Oracle not permit the use of PCTUSED with indexes?