Question: In function free(p), p is a _______

Options

A : int

B : pointer returned by malloc()

C : pointer returned by calloc()

D : pointer returned by malloc() & calloc()

Click to view Correct Answer

Next

C Programming Storage Management 1 more questions

What can be passed by non-type template parameters during compile....

How can object be allocated outside the object lifetime?

To what type of object does the container can be....

For the function call time(), what type of parameter is....

Which data type can be stored in register?

Which data type is used to represent the absence of....

Which of the data types has the size that is....

Which of the following declaration will result in run-time error?

The correct statement for a function that takes pointer to....

How do you allocate a matrix using a single pointer....

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Programming Questions Static Variables

C Programming Random Number Generation 1

C Programming Self Referential Structures 1

C Programming Sizeof Keyword 1

C Programming Sizeof Keyword 2

C Programming String Operations

C Programming Ungetc 2

C Programming Variable Length Argument

C Programming Variable Names 1

C Programming Variable Names 2