what's the return value of malloc()

Answer Posted / tamil

malloc is a pointer it is used to allocate memory

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you view the path?

657


Write a program to check whether a number is prime or not using c?

576


Explain why can’t constant values be used to define an array’s initial size?

856


Did c have any year 2000 problems?

657


How can you increase the size of a dynamically allocated array?

642






What is non linear data structure in c?

577


What is the benefit of using const for declaring constants?

588


explain what is an endless loop?

611


What is calloc()?

629


What is the difference between typedef struct and struct?

602


Explain what is the difference between null and nul?

659


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

653


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

615


What is bin sh c?

582


int i=10; printf("%d %d %d", i, i=20, i);

1016