Answer Posted / hr@tgksolutions.com
C++ is a general-purpose, high-level programming language used for system and application development. Developed by Bjarne Stroustrup at Bell Labs in 1983, it builds upon the C language while introducing object-oriented features. It supports multiple paradigms, including procedural, functional, and generic programming. This is one of the most commonly asked C++ interview questions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are called c variables?
What is a char in c?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Why isn't it being handled properly?
Is Exception handling possible in c language?
When we use void main and int main?
Can include files be nested?
What is wrong with this initialization?
Are enumerations really portable?
Why #include is used in c language?
How can you determine the size of an allocated portion of memory?
In which layer of the network datastructure format change is done
What is the most efficient way to store flag values?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is output redirection?