C Programming Question and Answers
57. | What is a file? |
---|---|
A File is a collection of related information that is permanently stored on the disk and allows us to access and alter that information whenever necessary. | |
58. | What is a pointer? |
---|---|
Pointer is a variable which holds the address of another variable. | |
59. | What are the uses of pointers? |
---|---|
|
|
60. | What is enum in C? |
---|---|
|
|