Answer:
b. template<classT>.
Explanation:
Template functions are that can work with generic types. Template lets us to create a function so that more than 1 type or class can adapt  the functionality of that function.
We can write the template function as following:-
template<class typename>.
It matches to the option b.
 
        
             
        
        
        
Answer:
- <u>Abstract Connoisseurs.</u>
- <u>Hypertext Assassins.</u>
- <u>Callback Cats.</u>
- <u>Boolean Autocrats.</u>
- <u>Runtime Terror.</u>
Explanation:
<em><u>Hope it's help you !!</u></em>
 
        
             
        
        
        
Answer:
GIGO is a computer science acronym that implies bad input will result in bad output. Good programming practice dictates that functions should check for valid input before processing it. ... A well-written program will avoid producing garbage by not accepting it in the first place.
Explanation:
 
        
             
        
        
        
The statement that Cascading style sheets (CSS) use special hypertext markup language (HTML) tags to globally define font characteristics for a variety of page elements as well as how those elements are laid out on a web page is true. <span> CSS is a stylesheet language used to describe the presentation of a document written in HTML or XML.</span>