What should malloc() do? Return a null pointer or a pointer to 0 bytes?
No Answer is Posted For this Question
Be the First to Post Answer
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Why does this code crash?
Give the rules for variable declaration?
What is atoi and atof in c?
What is difference between Structure and Unions?
Explain the difference between getch() and getche() in c?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Why we use void main in c?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
Write a program to find the biggest number of three numbers in c?