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 are the comments in c++?

0 Answers  


What is public, protected, private in c++?

0 Answers  


How a new element can be added or pushed in a stack?

0 Answers  


What is a static member?

0 Answers  


When a function is made inline. Write the situation where inline functions may not work.

2 Answers  






How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

0 Answers  


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

0 Answers  


What is a vector c++?

0 Answers  


What are the stages in the development cycle?

0 Answers  


What is the latest version on c++?

0 Answers  


What are the types of array in c++?

0 Answers  


Which operator can not be overloaded in C++?

1 Answers  


Categories