Either wiped off the drive, or right next to the new ones, I do not recommend keeping the old files.
Answer:
D. int* ptr;
Explanation:
int *ptr; it is pointer used to hold address of another integer variable.In the options provided we have int ptr that is an integer variable of name ptr.
*int ptr; is wrong this will give error because first we have to write the data type.
int ptr*; is an integer varaible with name ptr*.
int* ptr; is a pointer which can hold the address of another integer varaible.
Answer: There are several types of jobs in this field
Explanation: i did the test