Skip to Main Content
Xpress Learning - Computer Fundamentals of Programming an IT by Pearson
book

Xpress Learning - Computer Fundamentals of Programming an IT by Pearson

by Ashok N. Kamthane, Rohit Khurana
May 2024
Beginner to intermediate content levelBeginner to intermediate
465 pages
16h 14m
English
Pearson India
Content preview from Xpress Learning - Computer Fundamentals of Programming an IT by Pearson
II-8 Programming Concepts
13.  Explain the functions of a linker.
Ans:  The linker puts together all other program files and functions that are required by the program.
For example, if the programmer is using pow() function, then the object code of this function should
be brought from math.h library of the system and linked to the main() program. After linking, the
program is stored on the disc.
14.  What is the role of curly braces ({}) in a C program?
Ans:  The curly braces are used to define the block of statements. The statements inside the curly
braces are having different scope than that of the statements outside the curly braces. The curly ...
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

Express Learning - Computer Fundamentals and Programming

Express Learning - Computer Fundamentals and Programming

Ashok Kamthane, ITL ESL
Windows® Internals, Sixth Edition, Part 2

Windows® Internals, Sixth Edition, Part 2

David A. Solomon Mark E. Russinovich and Alex Ionescu

Publisher Resources

ISBN: 9781299954878