What do you mean by dynamic memory allocation in c? What functions are used?
No Answer is Posted For this Question
Be the First to Post Answer
What are volatile variables in c?
how to find that no is int or float?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
Can we compile a program without main() function?
What is c language in simple words?
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What is class and object in c?
What are types of preprocessor in c?
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
how to find the largest element of array without using relational operater?
Why preprocessor should come before source code?
Can stdout be forced to print somewhere other than the screen?