In a function declaration, what does extern mean?


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

Post New Answer

More C++ General Interview Questions

catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


What is increment operator in c++?

0 Answers  


What are the uses of pointers?

0 Answers  


What do you mean by abstraction in C++?

1 Answers  


Is eclipse good for c++?

0 Answers  






write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement

2 Answers  


When do we run a shell in the unix system? How will you tell which shell you are running?

0 Answers  


Differentiate between a pointer and a reference with respect to c++.

0 Answers  


What are the various oops concepts in c++?

0 Answers  


Explain the difference between abstract class and interface in c++?

0 Answers  


explain the reference variable in c++?

0 Answers  


What is low level language in simple words?

0 Answers  


Categories