Wednesday, 14 December 2022

change install softwares drive from c

here the Link I used changing the software intallation from drive c to E

No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...