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
what is reason of your company position's in india no. 1.
What is difference between class and structure?
explain what is a newline escape sequence?
What are the 5 types of organizational structures?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
How do I create a directory? How do I remove a directory (and its contents)?
What are identifiers and keywords in c?
Explain what is the benefit of using const for declaring constants?
What does %d do?
what are enumerations in C
Is null valid for pointers to functions?
What are the uses of null pointers?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is a stream in c programming?