What is the use of register keyword with the variables?
No Answer is Posted For this Question
Be the First to Post Answer
What are containers in c++?
advantages and disadvantages of using Borland C++ / version 5.
what do you mean by memory management operators
What things would you remember while making an interface?
class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.
Define a constructor?
What is a storage class in C++
What are proxy objects?
Explain the uses of static class data?
We use library functions in the program, in what form they are provided to the program?
What are the three forms of cin.get() and what are their differences?
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?