InterviewSolution
Saved Bookmarks
| 1. |
Which of the following return-type cannot be used for a function in C?(a) char *(b) struct(c) void(d) none of the mentionedThis question was posed to me in a national level competition.This interesting question is from Structures and Functions in chapter Structures, Unions and Bit-Fields in C of C |
|
Answer» RIGHT OPTION is (d) NONE of the mentioned The BEST I can EXPLAIN: None. |
|