Answer Posted / prashant k s gautam
C++ (pronounced see plus plus) is a statically typed,
free-form, multi-paradigm, compiled, general-purpose
programming language. It is regarded as a "middle-level"
language, as it comprises a combination of both high-level
and low-level language features. It was developed by Bjarne
Stroustrup starting in 1979 at Bell Labs as an enhancement
to the C programming language and originally named C with
Classes. It was renamed C++ in 1983.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the explanation for cyclic nature of data types in c?
What is the use of header files?
What is a constant and types of constants in c?
Explain zero based addressing.
What is LINKED LIST? How can you access the last element in a linked list?
what is bit rate & baud rate? plz give wave forms
What is the difference between struct and typedef struct in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
How do you determine whether to use a stream function or a low-level function?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
How many bytes are occupied by near, far and huge pointers (dos)?
What is a macro in c preprocessor?
Explain what is the difference between far and near ?