I am sorry I know that's super basic question but I have to ask. I have an array in integer type and I want to Assign it to specific memory address. How can I do that with C language? For Example ; int inputs[10] ={4,10,89}; So I want to Assign this inputs to 0x20000001.
Thank you so much.