330) Consider the two declarations
void *voidPtr;
char *charPtr;
Which of the following assignments are syntactically correct?
Answer is:
voidPtr = charPtr
Related C Programming MCQ with Answers
Answer is:
passed to a function as argument and changed within a function
Answer is: