If a function in the definition of the class entry has prototype:

friend int myFunction (const entry& , const entry&);
which of the following could be a correct function call? (a, b, c are of type entry.)

a) cout << a.myFunction (b, c);
b) cout << myFunction (a, b);
c) cout << a.myFunction (b);
d) cout << friend.myFunction (a, b);


b) cout << myFunction (a, b);

Computer Science & Information Technology

You might also like to view...

____ methods include people-based solutions such as foot patrols and closed-circuit TV surveillance.

A. Intrusion elimination B. Intrusion diversion C. Intrusion detection D. Intrusion misdirection

Computer Science & Information Technology

What is assigned to lblMessage.Text when the following code segment executes?

Dim strName1 As String = ”Jim” Dim strName2 As String = “John” If strName1 > strName2 Then lblMessage.Text = “Jim is greater” Else lblMessage.Text = “John is greater” End If a. True b. False c. Jim is greater d. John is greater

Computer Science & Information Technology

What are the perceptual organization principles?

What will be an ideal response?

Computer Science & Information Technology

When you present a document online using Office Presentation Service, a viewer is NOT able to scroll the document

Indicate whether the statement is true or false

Computer Science & Information Technology