Skip to Main Content
Fundamentals of Computer Programming and IT by Pearson
book

Fundamentals of Computer Programming and IT by Pearson

by Ashok Namdev Kamthane, Rohit Khurana
May 2024
Intermediate to advanced content levelIntermediate to advanced
577 pages
22h 34m
English
Pearson India
Content preview from Fundamentals of Computer Programming and IT by Pearson
Functions in C++ 327
12.3.3 Function Call
A function is a latent body. It gets activated only when a call to function is invoked. A function must be called
by its name, followed by argument list enclosed in parenthesis and terminated by semi-colon.
12.3.4 Actual and Formal Arguments
The arguments declared in caller function and given in the function call are called as actual arguments. The
arguments declared in the function declarator are known as formal arguments. For example, Figure 12.4 shows
these concepts.
Actual Arguments
Formal Arguments
Figure 12.4 Actual and Formal Arguments
As shown in Figure 12.4, variables y and z are actual arguments ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Basic Computer Engineering (Subject Code: BE - 205)  by Pearson

Basic Computer Engineering (Subject Code: BE - 205) by Pearson

Anita Goel, Anand Motwani

Publisher Resources

ISBN: 9781299447479