Match the following: a. calloc()-i. Frees previously allocated space. b. free() -ii. Modifies previously allocated space. c. malloc() ii. Allocates space for array. d. realloc() iv. Allocates requested size of space. ans. a-iii, b-i, c -iv, d-i a-iii, b-iv, c -i, d-ii a-iii, b-ii, c -i, d -iv a-iv, b-ii, c -iii, d-i

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.3: Data Types
Problem 9E: (Practice) Although the total number of bytes varies from computer to computer, memory sizes of...
icon
Related questions
Question
Fast fast 47
13:41
(C)
Match the following:
-i. Frees previously
a. calloc()
allocated space.
b. free()
ii. Modifies previously
allocated space.
c. malloc()
iii. Allocates space for
array.
iv. Allocates requested
d. realloc()-
size of space.
ans.
a-iii, b-i, c -iv, d-ii
a-iii, b-iv, c -i, d -ii
a-iii, b-ii, c -i, d -iv
a-iv, b-ii, c -iii, d -i
РОСО
Previous
PC O KILLER SINGH
O Marked for Review
Transcribed Image Text:13:41 (C) Match the following: -i. Frees previously a. calloc() allocated space. b. free() ii. Modifies previously allocated space. c. malloc() iii. Allocates space for array. iv. Allocates requested d. realloc()- size of space. ans. a-iii, b-i, c -iv, d-ii a-iii, b-iv, c -i, d -ii a-iii, b-ii, c -i, d -iv a-iv, b-ii, c -iii, d -i РОСО Previous PC O KILLER SINGH O Marked for Review
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Intermediate SQL concepts
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr