If you want to share several functions or variables in several files maitaining the consistency how would you share it?
1052Post New C++ General Questions
Who calls main function?
What are references in c++? What is a local reference?
Can a Structure contain a Pointer to itself?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is capacity in vector in c++?
What is the use of function pointer?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Explain the uses of static class data?
Explain the isa and hasa class relationships.
How to get the current position of the file pointer?
Which function cannot be overloaded c++?
What are the various operations performed on stack?
When do we run a shell in the unix system?
What does h mean in maths?
Define stacks. Provide an example where they are useful.