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
Explain #pragma statements.
What does the error 'Null Pointer Assignment' mean and what causes this error?
When is a “switch” statement preferable over an “if” statement?
List the difference between a While & Do While loops?
How can I invoke another program or command and trap its output?
What 'lex' does?
Explain which function in c can be used to append a string to another string?
How can I find the modification date of a file?
What are the main characteristics of c language describe the structure of ac program?
Explain what is the advantage of a random access file?
What are high level languages like C and FORTRAN also known as?
how to create duplicate link list using C???
What do you know about the use of bit field?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Add Two Numbers Without Using the Addition Operator