C Languages Interview Questions
45. | What are the steps involved in program development life cycle? |
---|---|
The following are the steps involved in designing the program.
|
|
46. | Define a file? |
---|---|
A file is the collection of interrelated data stored on the disk. | |
47. | What is the dynamic memory allocation? |
---|---|
Allocating the memory at run time is called dynamic memory allocation. | |
48. | What is an error? |
---|---|
An error is the encoding of human misunderstanding of some aspect of programming language of problem under consideration. | |