What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of structure pointer in c?
Explain what is the heap?
What is the use of static variable in c?
what is the benefit of c30
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
When is a void pointer used?
When should a type cast be used?
If errno contains a nonzero number, is there an error?
write a program for even numbers?
what is c programming?
What is volatile, register definition in C