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 difference between c++ and c ++ 14?


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

Post New Answer

More C++ General Interview Questions

What is the difference between const and constexpr?

4 Answers  


Difference between Abstraction and encapsulation in C++?

0 Answers   Impetus,


1)#include <iostream.h> int main() { int *a, *savea, i; savea = a = (int *) malloc(4 * sizeof(int)); for (i=0; i<4; i++) *a++ = 10 * i; for (i=0; i<4; i++) { printf("%d\n", *savea); savea += sizeof(int); } return 0; } 2)#include <iostream.h> int main() { int *a, *savea, i; savea = a = (int *) malloc(4 * sizeof(int)); for (i=0; i<4; i++) *a++ = 10 * i; for (i=0; i<4; i++) { printf("%d\n", *savea); savea ++; } return 0; } The output of this two programs will be different why?

5 Answers  


Explain public, protected, private in c++?

0 Answers  


Why c++ is called oop?

0 Answers  


What are arrays c++?

0 Answers  


Explain the term memory alignment?

0 Answers  


Define a nested class. Explain how it can be useful.

0 Answers  


Can class objects be passed as function arguments?

0 Answers   HCL,


Can we generate a C++ source code from the binary file?

2 Answers  


write a program to insert an element into an array

26 Answers   TCS,


How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?

0 Answers  


Categories