Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
320 stars 475 forks source link

Given a number n .Find the number of occurrences of n in the array.(C LANGUAGE) #251

Closed PalakDua-work closed 3 years ago

PalakDua-work commented 3 years ago

Sample Input: 2 5 1 2 2 2 4

Sample Output: 3 Here n = 2 in the sample input , 5 is size of array and occurrence of 2 is 3 times in the given array

Language Used: C

@Ayush7614 Please assign me this task under LGM-SOC'21 I am selected as a participant

TasnimAnas commented 3 years ago

I can solve it in C++

assign me to this. LGM_SOC