InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of the followings is correct for a function definition along with storage-class specifier in C language?(A) int fun(auto int arg)(B) int fun(static int arg)(C) int fun(register int arg)(D) int fun(extern int arg)(E) All of the above are correct. |
| Answer» | |