Answer the following statements true (T) or false (F)

1. A pointer with the value 0 (zero) is called the NULL pointer.
2. It is legal to subtract a pointer variable from another pointer variable.
3. The expression s->m has the same meaning as (*s).m.
4. The expression s->m is meaningful only when s is a pointer to a structure and m is a member of the structure.
5. A pointer with the value 0 (zero) is called the NULL pointer.


1. TRUE
2. TRUE
3. TRUE
4. TRUE
5. TRUE

Computer Science & Information Technology

You might also like to view...

How would you mount an ISO image so you could copy files from it without burning it to a CD?

$ mount -t -o loop image.iso /mnt/image

Computer Science & Information Technology

Select the element used to visually group a number of form controls.

a. group b. fieldset c. form d. label

Computer Science & Information Technology

What is hibernation?

What will be an ideal response?

Computer Science & Information Technology

?An HTML document uses the ____ tag to create the various inputs on a form.

A. ? B. ?

C. ? D. ?

Computer Science & Information Technology