Answer Posted / suman
by using calloc() or malloc() functions we create at run
time
i think it will be correct if not forgive me
sumankumar..........
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is calloc()?
What is break statement?
What is the scope of global variable in c?
What is d'n in c?
What is a floating point in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What are the advantages of union?
What does c mean in standard form?
Can we increase size of array in c?
What is the stack in c?
Which type of language is c?
What is wrong with this program statement?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is the most efficient way to store flag values?
What is malloc calloc and realloc in c?