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

Can we distribute function templates and class templates in object libraries?

0 Answers  


Is c++ double?

0 Answers  


Do you know what are pure virtual functions?

0 Answers  


what is the use of void main() in C++ language?

0 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,






What are destructors?

0 Answers  


What is the equivalent of Pascal's Real a) unsigned int b) float c) char

0 Answers  


Is structure can be inherited?

5 Answers   HP, ST Micro,


Can you please explain the difference between overloading and overriding?

0 Answers  


What are proxy objects in c++?

0 Answers  


What is problem with overriding functions?

0 Answers  


Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


Categories