Give three naming conventions for pointers. Describe another possible method for naming pointers.

What will be an ideal response?

Three naming conventions for pointer variables are: 1) “p” as a prefix, such as pCounter; 2) “_ptr” as a suffix, such as Counter_ptr; or 3) “p_” as a prefix, such as p_counter. Other possible methods for naming pointer variables are using “P” as a prefix or suffix, or spelling out the word “pointer.”.

Computer Science & Information Technology

You might also like to view...

________ is the word processing software included with Office 2016

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following refers to the requirement that private or confidential information not be disclosed to unauthorized individuals?

A) Availability B) Confidentiality C) Integrity D) Control

Computer Science & Information Technology