Explain the register storage classes in c++.


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

Post New Answer

More C++ General Interview Questions

What are shallow and deep copy?

0 Answers  


What is abstraction with real time example?

0 Answers  


Implement a 2 dimensional array by one dimentional array

1 Answers   CTS,


What is object file? How can you access object file?

0 Answers  


What are the main features of c++?

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,


What is an iterator class in c++?

0 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


What are the uses of static class data?

0 Answers  


Write a note about the virtual member function?

0 Answers  


what is polymorphism?

14 Answers   Accenture,


Categories