What are the advantage of using register variables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the difference between the indirection operator and the address of oper-ator?

0 Answers  


What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?

1 Answers   Yahoo,


How a modifier is similar to mutator?

0 Answers  


What is const in c++?

0 Answers  


Which bit wise operator is suitable for checking whether a particular bit is on or off?

0 Answers  






What do you mean by abstraction in C++?

1 Answers  


What is the difference between a baller and a reference in C++?

0 Answers  


How important is c++?

0 Answers  


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

1 Answers   Quark,


What will i and j equal after the code below is executed? Explain your answer.

1 Answers  


Explain what you mean by a pointer.

0 Answers   TCS,


What are proxy objects?

2 Answers  


Categories