Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which header file in C++ does contain function prototypes for memory allocation?

  Shared By: Alfie Evans    Date: Nov 23    Category: C++ Programming    Views: 1199

Answer:

Options

a) <iostream.h>
b) <stdio.h>
c) <stdlib.h>
d) <limits.h>

Answer : c) <stdlib.h>

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: