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...


WHO DEVELOPED C++?

Answers were Sorted based on User's Feedback



WHO DEVELOPED C++?..

Answer / sreeram

BJARNEY STROUSTRUS

Is This Answer Correct ?    53 Yes 6 No

WHO DEVELOPED C++?..

Answer / avinash singh

Bjarney Stroustrus

Is This Answer Correct ?    34 Yes 5 No

WHO DEVELOPED C++?..

Answer / ravi

Bjarne Stroustrup

Is This Answer Correct ?    25 Yes 4 No

WHO DEVELOPED C++?..

Answer / yusuf

Bjourne Stroustrup

Is This Answer Correct ?    20 Yes 2 No

WHO DEVELOPED C++?..

Answer / t.saranya

Bjarne storustrup

Is This Answer Correct ?    13 Yes 1 No

WHO DEVELOPED C++?..

Answer / reshma

Bjarne Stroustrup

Is This Answer Correct ?    9 Yes 1 No

Post New Answer

More C++ General Interview Questions

What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


How much maximum can you allocate in a single call to malloc()?

0 Answers  


What are keywords in c++?

0 Answers  


What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

0 Answers  


Which bit wise operator is suitable for checking whether a particular bit is on or off?

0 Answers  


What is the syntax for a for loop?

0 Answers  


why v use c++ even we have microprocessor

2 Answers   CybAge,


What are c++ data types?

0 Answers  


Find out the bug in this code,because of that this code will not compile....... #include <iostream> #include <new> #include <cstring> using namespace std; class balance { double cur_bal; char name[80]; public: balance(double n, char *s) { cur_bal = n; strcpy(name, s); } ~balance() { cout << "Destructing "; cout << name << "\n"; } void set(double n, char *s) { cur_bal = n; strcpy(name, s); } void get_bal(double &n, char *s) { n = cur_bal; strcpy(s, name); } }; int main() { balance *p; char s[80]; double n; int i; try { p = new balance [3]; // allocate entire array } catch (bad_alloc xa) { cout << "Allocation Failure\n"; return 1; }

2 Answers   Impetus,


what is data encapsulation in C++?

0 Answers  


Explain the term memory alignment?

0 Answers  


What is searching? Explain linear and binary search.

0 Answers  


Categories