Computer Science, asked by tahseenahmad24, 4 months ago

write a program to print the duplicate numbers​

Answers

Answered by jairamgupta83
0

Answer:

#include <stdio. h>

int main()

{

//Initialize array.

int arr[] = {1, 2, 3, 4, 2, 7, 8, 8, 3};

//Calculate length of array arr.

int length = sizeof(arr)/sizeof(arr[0]);

printf("Duplicate elements in given array: \n

Explanation:

Plzz mark brainalist follow me

Similar questions