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
Operators and Expressions 263
9.6 MEMORY MANAGEMENT OPERATORS
In C language, we have studied the function malloc(),
calloc() and realloc() to allocate memory dynamically at
run time in the program. The free() function is used to release
the resources allocated by these functions. C++ allows us to use these
functions. In addition, C++ provides operators which help us to
allocate and release the memory in an easy way than these functions.
These new operators are new and delete. The new operator
creates an object and delete destroys the object. These operators
are easy in writing as compared to malloc() and calloc().
The syntax for new and ...
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