Incase of a function declaration, what is extern means?


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

Post New Answer

More C++ General Interview Questions

what does the following statement mean? int (*a)[4]

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


write a program that takes 5 digit no and calculate 2 power that no and print it.

3 Answers  


Explain what is oop?

0 Answers  


How can you force instantiation of a template?

1 Answers   ABC, Amazon,






Explain the problem with overriding functions

0 Answers  


Discussion on error handling of C++ .

0 Answers  


Implement a 2 dimensional array by one dimentional array

1 Answers   CTS,


What is encapsulation in c++?

0 Answers  


What are the advantages of c++ over c?

0 Answers  


Explain public, protected, private in c++?

0 Answers  


how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds

0 Answers   Thought Works,


Categories