C Programming Question and Answers
5. | What is printf()? |
---|---|
|
|
6. | What is a structure? |
---|---|
Structure is a group name in which dissimilar datas are grouped together. | |
7. | What are structures in C? |
---|---|
Structures types are primarily used to store records. A record is made up of related fields. This makes it easier to organize a group of related data. | |
8. | What is void pointer in C? |
---|---|
|
|