TCS Logo

Asked in TCS

Write a function that takes an array called scores and 2 pointer parameters min and max and determines the minimum and maximum values and returns them to the calling function.

AnswerBot
2y

A function to find minimum and maximum values in an array using pointer parameters.

  • Declare two variables to hold minimum and maximum values

  • Loop through the array and compare each element with the curr...read more

PrepInsta
3y
minMax() class pair: def__init__(self): self.min = 0 sekf.max=0 def getMinMax(arr:list,n:int)->pair: minmax=pair() if n==1: minmax.max=arr[0] minmax.minarr[0] return minmax if arr[0]>arr[1]: minmax.ma...read more
PrepInsta
3y
#include void minmax (int score[], int len, int *min, int *max) { int i; *max = score[0]; *min = score[0]; for (i = 0; i < len; i++) { if (*max < score[i]) *max = score[i]; if (*min > score[i]) *min =...read more
Select
Add answer anonymously...

Interview Questions from Popular Companies

Accenture Logo
3.7
 • 8.7k Interviews
Amazon Logo
4.0
 • 5.4k Interviews
HCLTech Logo
3.5
 • 4.2k Interviews
Infosys Logo
3.6
 • 7.9k Interviews
Cognizant Logo
3.7
 • 5.9k Interviews
Wipro Logo
3.7
 • 6.1k Interviews
Tech Mahindra Logo
3.5
 • 4.2k Interviews
Capgemini Logo
3.7
 • 5.1k Interviews
undefined Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits