Q. Which of the following statement is correct prototype of the malloc() function in c ?

  • (A) void* malloc(size_t);
  • (B) unsigned int* malloc(unsigned int);
  • (C) Char* malloc(char);
  • (D) int* malloc(int);
πŸ’¬ Discuss
βœ… Correct Answer: (A) void* malloc(size_t);

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
193
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
87%
Success Rate