The proper way to make start and end tags is:
a)
b)
c) <\name>
d)
a)
Computer Science & Information Technology
You might also like to view...
Blog viewers can only view but not post comments
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following is true about a deep copy?
A. The address of a pointer in the original is copied to a pointer inside the copy. B. The address of a pointer in the original is different than the address of the corresponding pointer in the copy. C. It is a copy made deep within the code of a long function (and therefore, not so easy to debug) D. It is never made with the aid of a copy constructor.
Computer Science & Information Technology