MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your Company QA knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What is the correct syntax to declare a function foo() which receives an array of structure in function? |
| A. | void foo(struct *var); |
| B. | void foo(struct *var[]); |
| C. | void foo(struct var); |
| D. | none of the mentioned |
| Answer» C. void foo(struct var); | |