How does free() know explain how much memory to release?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of printf("%d", printf("Hello"));?
Are pointers integer?
What does int main () mean?
What is pointer to pointer in c language?
What is the scope of an external variable in c?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What is c token?
Which built-in library function can be used to match a patter from the string?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is void pointers in c?
What is use of null pointer in c?
What is encapsulation?