What is auto type c++?


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

Post New Answer

More C++ General Interview Questions

What is abstraction in c++ with example?

0 Answers  


What is a binary file? List the merits and demerits of the binary file usagein C++.

0 Answers  


What is meaning of in c++?

0 Answers  


Explain this pointer?

0 Answers  


Define precondition and post-condition to a member function?

1 Answers  






What is c++ stringstream?

0 Answers  


How do you traverse a btree in backward in-order?

0 Answers  


What is the difference between an array and a list?

0 Answers  


What is virtual base class uses?

0 Answers  


Explain how we implement exception handling in c++?

0 Answers  


In a function declaration what does extern means?

0 Answers   Flextronics,


C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


Categories