Identify the correct option which is used for calling the-02548
Identify the correct option which is used for calling the function float area (int).
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Final Term - Quiz No.3.
Identify the correct option which is used for calling the function float area (int).
area(&num);
area(num);
area(int num);
area(*num);