In a function declaration what does extern means?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How to detect memory leaks in c++

1 Answers   Mphasis,


If a header file is included twice by mistake in the program, will it give any error?

0 Answers  


What is meant by entry controlled loop? What all C++ loops are exit controlled?

0 Answers   TCS,


What is auto used for in c++?

0 Answers  


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

0 Answers  


What is purpose of abstract class?

0 Answers  


How a macro differs from a template?

0 Answers  


why the size of an empty class is 1

4 Answers  


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


How many types of comments are there in c++?

0 Answers  


Why struct is used in c++?

0 Answers  


What is the hardest coding language to learn?

0 Answers  


Categories