We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
c#csharpstaticvoidPrintArray<T>(T[]value){//Linq ArrayForEachArray.ForEach(value,rec=>Console.WriteLine($"{rec}"));//or Normal ForEach, both is working in similar way// foreach(var rec in value)//Console.WriteLine($"{rec}"); }
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Day 21: Generics
You are viewing a single comment's thread. Return to all comments →