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 manipulate individual bits?
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
What do you understand by normalization of pointers?
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
what is recursion in C
what is foreign key in c language?
what type of language is C?
What is the difference between local variable and global variable in c?
What are pragmas and what are they good for?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
Why does this code crash?