Explain the register storage classes in c++.
No Answer is Posted For this Question
Be the First to Post Answer
How do you flush a buffer in c++?
List the features of oops in c++?
Implement a 2 dimensional array by one dimentional array
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is ofstream c++?
What is the full form nasa?
What are containers in c++?
What are inline functions? What is the syntax for defining an inline function?
class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.
Explain stack unwinding.
What is a constructor in c++ with example?
i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????