Answer Posted / nikita
array is continous memory allocation for some data types.
<data ytpe> array name .[no of element].
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Tell us two differences between new () and malloc ()?
What is header file definition?
difference between object file and executable file
is it possible to create your own header files?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is an example of structure?
Explain how do you print an address?
List out few of the applications that make use of Multilinked Structures?
How does pointer work in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is extern storage class in c?
What are the various types of control structures in programming?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Explain what are the advantages and disadvantages of a heap?
What is clrscr ()?