answersLogoWhite

0

Robust means strong enough to withstand or overcome intellectual challenges or adversity.

c is a robust language because its rich set of built-in functions and operators can be used to write any complex logic program.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why c is a robust languauge?

By design. Of course it depends on what you mean by robust.


What do you mean by c language?

C is a programming language.


What do you mean by c?

c is a programing language


Why C language is p?

C language is not p actually. Of course it might depend on what do you mean by 'p'.


What are the colors in C programming language?

What exactly do you mean by colors?


C what does it mean?

Hundred Carbon A vitamin A programming language ...


What is the mean of echoed in c language?

It has nothing to do with C-language, it simply means that when you press a key representing a character, the character appears on the screen.


What do you mean by c taken programming in c?

A C program is a computer program written using the C programming language.


Which is the most suitable language for computer software?

It depends on what you mean by suitable. Assembly language is generally the best in terms of performance, but C and C++ are more practical to use.


Why c language has name c why not a?

C-language was derived from B-language.


What do you mean by c plus plus?

C++ is a programming language, but, in the same time, it's a valid expression. Example:A= C++is equivalent with:A= C, C= C+1It's a bit of a joke. In the programming language C, ++ is the increment operator, so C++ can be interpreted as "C, except one better."


Complexity and simplicity of c plus plus?

The complexity of C++ is mostly related to its heritage, because it evolved from the C procedural language. However, the simplicity is realised when you take advantage of the object-oriented programming principals. by combining both, you get the best of both worlds: efficient, robust code.