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

Can you please explain the difference between using macro and inline functions?

0 Answers  


What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

0 Answers  


Why is c++ is better than c?

0 Answers  


Explain the uses of static class data?

0 Answers  


What are the uses of pointers?

0 Answers  






What is "mutable" keyword?

2 Answers   Infosys, Teradata,


Explain the properties and principles of oop.

0 Answers  


Are strings immutable in c++?

0 Answers  


How do you sort a sort function in c++ to sort in descending order?

0 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


what is pulse code modulation?

2 Answers   Wipro,


int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,


Categories