46.3k views
3 votes
Suppose func1() is a function and x is an arbitrary object/variable. Which of the following CANNOT be used to perform a function call?

A.
x->func1()


B.
func1()


C.
x*func1()


D.
x.func1()

User Crxyz
by
7.9k points

1 Answer

5 votes

Answer:

func1()

Step-by-step explanation:

because tha variable x us not included

User Zeyad
by
8.8k points