What do you mean by dynamic memory allocation in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
why integer range between -327680to+32767
write function to reverse char array ... without using second array
What are the valid places to have keyword “break”?
write a program to display & create a rational number
Why #include is used in c language?
with out using main how to execute the program?
every function has return the value?
Explain the difference between null pointer and void pointer.
What is the size of enum in c?
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
What is cohesion in c?