|
INTERVIEW QUESTIONS
C++
C++ BASICS
DETAILS
Question: What is C++?
Answer: Released in 1985, C++ is an object-oriented programming language created by Bjarne Stroustrup. C++ maintains almost all aspects of the C language, while simplifying memory management and adding several features - including a new datatype known as a class (you will learn more about these later) - to allow object-oriented programming. C++ maintains the features of C which allowed for low-level memory access but also gives the programmer new tools to simplify memory management.<br><br>C++ used for:<br><br>C++ is a powerful general-purpose programming language. It can be used to create small programs or large applications. It can be used to make CGI scripts or console-only DOS programs. C++ allows you to create programs to do almost anything you need to do. The creator of C++, Bjarne Stroustrup, has put together a partial list of applications written in C++.
|
|
|
Category |
C++ Basics Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8144 users |
Added on |
9/16/2014 |
Views |
68550 |
Rate it! |
|
|
Question:
What is C++?
Answer:
Released in 1985, C++ is an object-oriented programming language created by Bjarne Stroustrup. C++ maintains almost all aspects of the C language, while simplifying memory management and adding several features - including a new datatype known as a class (you will learn more about these later) - to allow object-oriented programming. C++ maintains the features of C which allowed for low-level memory access but also gives the programmer new tools to simplify memory management.<br><br>C++ used for:<br><br>C++ is a powerful general-purpose programming language. It can be used to create small programs or large applications. It can be used to make CGI scripts or console-only DOS programs. C++ allows you to create programs to do almost anything you need to do. The creator of C++, Bjarne Stroustrup, has put together a partial list of applications written in C++. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is an enumerator?
|
View Answer
|
|
Define parameter by value?
|
View Answer
|
|
Explain about protected internal access specifier?
|
View Answer
|
|
Describe about private access specifier?
|
View Answer
|
|
Define access specifier with reference to class?
|
View Answer
|
|
Define encapsulation?
|
View Answer
|
|
Explain about member functions?
|
View Answer
|
|
What is prototype in c++ and c?
|
View Answer
|
|
Can constructors & destructor be virtual ?
|
View Answer
|
|
Define a class named cord, a point in Cartesian coordinate system where each point has two int type values x and y. Your class must contain necessary constructors and arithmetic operator functions. Write necessary codes to test your class?
|
View Answer
|
|
How do you access the static member of a class?
|
View Answer
|
|
What is a local class?
|
View Answer
|
|
What is class? What is object? Describe these 2 with example.
|
View Answer
|
|
I am a new computer engineering student can you please explain what is c++ and its uses please answer me this question as faster as you can?
|
View Answer
|
|
What is the definition of abstract class and virtual function?
|
View Answer
|
|
What is the return value for getch()?
|
View Answer
|
|
What are the major differences between C, C++, JAVA?
|
View Answer
|
|
Which type of questions are asked in interviews?
|
View Answer
|
|
what are the differences between c and c++? If possible give more points. what are the disadvantages of C++?
|
View Answer
|
|
What is Difference between c and c++?
|
View Answer
|