Question
a.
extern function_name(argument_list);
b.
extern return_type function_name(argument_list);
c.
extern (return_type)function_name(argument_list);
d.
return_type extern function_name(argument_list);
Posted under Object Oriented Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which is the correct syntax for extern function declaration?
Similar Questions
Discover Related MCQs
Q. Which is the correct syntax for extern variable declaration?
View solution
Q. Due to what, is the memory allocated for the extern variables?
View solution
Q. Even if a variable is not declared as extern, it is extern by default. (True/False)
View solution
Q. Whenever a function is declared in a program _____________________
View solution
Q. Which condition is true if extern variable is used in a file?
View solution
Q. What does a header file contain for an extern variable?
View solution
Q. To use extern variable _____________________
View solution
Q. Which among the following is true for the variables?
View solution
Q. Which among the following is a correct statement for variables?
View solution
Q. What is extern variable?
View solution
Q. How are automatic variables different from the instance variables?
View solution
Q. In perl, using which operator are the local variables created?
View solution
Q. Which error is produced if the automatic variables are used without declaration?
View solution
Q. The automatic variables _________________________
View solution
Q. Does java contain auto or register keywords?
View solution
Q. Constructor of automatic variables is called ____________________
View solution
Q. What values does uninitialized automatic variables contain?
View solution
Q. All variables declared within a block ____________________
View solution
Q. The static variables of a function ________________
View solution
Q. Where are the automatic variables stored if another function is called in between the execution of program?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!