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 apply link and association interchangeably?
Which node is more powerful and can handle local information processing or graphics processing?
Is c is a low level language?
What are the features of c language?
Explain how do you view the path?
simple program of graphics and their output display
How a string is stored in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Why is c still so popular?
What is the use of linkage in c language?
What is the difference between local variable and global variable in c?
What is the difference between declaring a variable and defining a variable?
Is c dynamically typed?
Why n++ execute faster than n+1 ?
How many main () function we can have in a project?