What should malloc() do?
No Answer is Posted For this Question
Be the First to Post Answer
what are two categories of clint-server application development ?
Write a program for Overriding.
what is the difference between char * const and const char *?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
What does double pointer mean in c?
Explain is it better to bitshift a value than to multiply by 2?
Write a small C program to determine whether a machine's type is little-endian or big-endian.
explain what are actual arguments?
write a program of palindrome(madam=madam) using pointer?
Why is struct padding needed?
State two uses of pointers in C?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?