Empowering CS learners, aspiring programmers, and startups with AI, Data Science & Programming insights — scaling skills from learning foundations to enterprise-grade solutions.
To create a new array equal to argv[1][ ] for the temporary storage of values in order to compare the uniqueness of keys
My goal is to create a new array named char temp_array[t] that will be equal to argv[1][ ]. Is it possible? What should I place in the second square bracket of argv[1][ ]. Following is the code I have written: