Write a program in C to print all unique elements in an array.

preview_player
Показать описание
Write a program in C to print all unique elements in an array.
Print all unique elements of an array: --------------------­--------------------­--
Input the number of elements to be stored in the array: 4
Input 4 elements in the array :
element - 0 : 3
element - 1 : 2
element - 2 : 2
element - 3 : 5
Expected Output :
The unique elements found in the array are:
3 5
Рекомендации по теме
Комментарии
Автор

In this above program what is the function of ctr??

-SnowBlade-
Автор

mujhy tou lag raha ye program sahi nhi ha qk is ki output me end me program finished likha hoa araha ha or wo kahi bhi nhi likha program k andar i hope ye theek ho

itzplaytogether