
Find the distinct elements in a given array.(Assume size of array n<=20)

AnswerBot
1y

Find distinct elements in a given array of size n<=20.
Iterate through the array and add each element to a set.
Return the size of the set as the number of distinct elements.
Example: [1, 2, 3, 2, 1] -> ...read more

PrepInsta
author
3y

#include void distict_elements(int a[], int n); int main() { int size_array, i, arr[20]; // Get the array size scanf(“%dâ€, &size_array) // Get the array elements for(i=0; i

Help your peers!
Add answer anonymously...
Top TCS Assistant System Engineer interview questions & answers
Popular interview questions of Assistant System Engineer
Top HR questions asked in TCS Assistant System Engineer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app