Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is C++11?



What is C++11?..

Answer / nashiinformaticssolutions

C++11 is a major update to the C++ language, introducing features like lambda expressions, smart pointers, nullptr, std::thread, and more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

Explain function prototypes in C++.

0 Answers   Aricent,


Write a C++ Program to Reverse a Number using while loop.

1 Answers  


What does it mean to declare a member function as static in C++?

0 Answers   Amazon,


Can we call a virtual function from a constructor?

1 Answers  


How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


Without using third variable write a code to swap two numbers.

0 Answers   Accenture,


Discuss about iteration statements in C++ .

0 Answers   Agilent,


What is an algorithm (in terms of the STL/C++ standard library)?

0 Answers   Amazon,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


C++ Public access specifier instead of Private – What is bad ?

0 Answers  


Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.

0 Answers   Adobe,


Explain why C++ is not purely Object Oriented Language

0 Answers   Aspire,


Categories