If you want to share several functions or variables in several files maitaining the consistency how would you share it?
No Answer is Posted For this Question
Be the First to Post Answer
When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?
What do you know about friend class and friend function?
Why do we use iterators?
When you overload member functions, in what ways must they differ?
What are smart pointer? Whats its use?
What do you mean by function pointer?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is ios class in c++?
What is ifstream c++?
What is the use of endl?
What are containers in c++?
Can comments be nested?