C++ Programming and Technical

Consider the declarations in question 19. Suppose
there are two functions: f has an argument
of type A and g has an argument of type B.
Which statement is correct? ๔€€
a) Both f(b) and g(b) are legal function calls.
b) f(b) is legal, but g(b) is not legal.
c) f(b) is not legal, but g(b) is legal.
d) Neither f(b) nor g(b) is a legal

Read Solution (Total 0)

C++ Other Question

If there is one class template which has one
static member variable, that static variable will
belong to:
a) Every instance of class template will share the
same copy of static variable.
b) Every instance of class template will have its
own copy of๔€€ static variable.
c) Compilation error
What is C++?