Answer Posted / shalabh
This can be done by using malloc...if u have an integer
array then ...you can ask user the size..and then allocate
memory for integers...at the run time...using malloc()
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can you please explain the difference between exit() and _exit() function?
What is array in c with example?
How to Throw some light on the splay trees?
Why c is called procedure oriented language?
How do you print only part of a string?
What is this infamous null pointer, anyway?
Differentiate between calloc and malloc.
How can I read a binary data file properly?
Is calloc better than malloc?
Does c have an equivalent to pascals with statement?
Can 'this' pointer by used in the constructor?
What is %s and %d in c?
How are 16- and 32-bit numbers stored?
What are the 5 types of organizational structures?
When should you use a type cast?