Question: void * malloc(size_t n) returns?

Options

A : Pointer to n bytes of uninitialized storage

B : NULL if the request can be satisfied

C : Nothing

D : None of the mentioned

Click to view Correct Answer

Previous || Next

C Programming Storage Management 1 more questions

What we can’t do on a void pointer?

When the moving coil in a Dynamometer type wattmeter deflects....

The incorrect statement with respect to dangling pointers is ___________

In linked list each node contains a minimum of two....

Which parameter is legal for non-type template?

Which is used to do the dereferencing?

Which of the following cannot be used inside sizeof?

Which of the following feature is not provided by C?

Which of the following backup is also referred to as....

Which of the following backup lets you restore your data....

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