Question: 1.What is (void*)0 A. Representation of the NULL pointer B. Representation of a pointer to C. Error D. None of the above 2. Combine the

 1.What is (void*)0 A. Representation of the NULL pointer B. Representationof a pointer to C. Error D. None of the above 2.

1.What is (void*)0 A. Representation of the NULL pointer B. Representation of a pointer to C. Error D. None of the above 2. Combine the following two statements into one? char *p; E char malloc(100); A. char p E *malloc(100); B. char *p E char) malloc(100); C. char *p E char*) malloc(100) D. char *p char *)(malloc*) (100) 3. If a variable is a pointer to a structure, then which of the following operators is most convent to access data members of the structure? A. D. &

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!