What is the keyword auto for?


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

Post New Answer

More C++ General Interview Questions

differance between copy & clon

1 Answers   Microsoft,


What are single and multiple inheritances in c++?

0 Answers  


What are the uses of pointers?

0 Answers  


Explain Memory Allocation in C/C++ ?

0 Answers   Infosys,


Which bitwise operator is used to check whether a particular bit is on or off?

0 Answers  






What and all can a compiler provides by default?

3 Answers   Accenture, HP,


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


Define pointers?

0 Answers  


What are the various access specifiers in c++?

0 Answers  


Differentiate between C and C++.

0 Answers   Wipro,


Can I uninstall microsoft c++ redistributable?

0 Answers  


Define private, protected and public access control.

0 Answers  


Categories