answersLogoWhite

0

Is C plus plus a query language?

Updated: 8/10/2023
User Avatar

Wiki User

13y ago

Best Answer

No. Standard C++ has no dependencies whatsoever, unlike Java which is entirely dependent upon the Java Virtual Machine, and Visual Basic, C# and F# which are all dependent upon Windows, the Common Language Runtime and the .NET Framework. Platforms may impose dependencies upon C++, but C++ itself has none of its own.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

No. Although C++ primarily evolved from C it is and always has been a separate language in its own right. The standards committees on both languages do try to maintain a certain level of compatibility with each other because there's such a large amount of "mixed-mode" code out there (code that incorporates both languages) and while they do share a common heritage and syntax, it is not true to say that C++ is a subset of C; it never was and never will be.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

No. C++ in compiled directly into native code.

Languages like HTML and JavaScript are interpreted.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

No, C++ is a programming language. A good example of a query language would be SQL.

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

C++ is conventionally regarded as a compiled language, however there's nothing in the language itself that prevents it from being interpreted.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is C plus plus a query language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is structure and union?

Structure is a query that is used in language c++


In computer language C plus plus is related to?

C++ is related to C, the language from which it is derived.


What are the interpreter in c plus plus?

C++ is a compiled language, not an interpreted language.


Is c plus plus a complied or interpreted language?

C++ is generally a compiled language.


Is a query language a procedural language?

No, a query language is not a procedural language. Query languages are used to retrieve specific information from databases or other data sources by defining and executing queries, while procedural languages are used to write algorithms and executable instructions to solve problems.


Is a query language procedural language?

isA query language is a procedural language.


Is C plus plus a high level language?

Yes, C++ is a high-level language.


What is the difference between QBE and SQL?

Query by Example (QBE) is a database query language for relational databases. A QBE parser parses the search query and looks for the keywords. A more formal query string, in languages such as SQL, is then generated, which is finally executed. However, when compared with a formal query, the results in the QBE system will be more variable.SQL (Structured Query Language) SQL is a set-based, declarative query language, not an imperative language such as C or BASIC. However, there are extensions to Standard SQL which add procedural programming language functionality, such as control-of-flow constructs


Who is the owner of c plus plus language?

Bjarne Stroustrup is the author of C++. However, no one "owns" this language.


What is the significance of c plus plus?

C++ is an object oriented programming language


What do the two plus stand for in C plus plus?

The ++ in C++ refers to the postfix increment operator (operator++()). It's literal meaning is "the successor to C", in reference to the C language upon which the C++ language is based.


Is c plus plus a structured language?

Yes