C Programming Question and Answers
53. | What is translation unit? |
---|---|
|
|
54. | Can we make our own header files? |
---|---|
Yes. You can make your own header files and put the declarations of functions and related constants and macros developed by you. | |
55. | What are multidimensional arrays? |
---|---|
Multidimensional arrays are capable of storing data in a two or more dimensional structure. | |
56. | What are the key features or characteristics of C languages? |
---|---|
The characteristics of C language are
|
|