Explain the register storage classes in c++.
No Answer is Posted For this Question
Be the First to Post Answer
how to swap two numbers with out using temp variable
12 Answers Global eProcure, TCS,
what is scupper?
What is the use of 'this' pointer?
What are the basics of local (auto) objects?
What do you mean by funtion prototype?
Write a program which employs Recursion
why v use c++ even we have microprocessor
What is a local variable?
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring
What is the use of register keyword with the variables?
What is a rooted hierarchy?
Where are setjmp and longjmp used in c++?