answersLogoWhite

0

Your question makes no sense.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

A programming language that encourages structured programming?

C++ (or any other C language) encourages structured programming. I'm not sure if you are asking for an 'object oriented language' rather than structured. If that's the case, any C language or Java would fit the description perfectly.


What is a feature in c that is not in c plus?

C is a structured programming language which is feature of C which made it a powerful language when it was new in market. But after C++ was developed structured programming was considered as disadvantage due to development of Object Oriented Programming Language.


What are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.


What type of language c?

It is a structured, procedural, high level programming language.


Is c plus plus a structured language?

Yes


What Example of structured programming?

C is a structured programming language. PHP, COBOL is also a structured programming language. These languages follow a top down approach.


Who is the owner of c plus plus language?

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


What has the author John C Molluzzo written?

John C. Molluzzo has written: 'C++ for Business Programmers' 'Structured COBOL programming' -- subject(s): COBOL (Computer program language), Structured programming


What is the significance of c plus plus?

C++ is an object oriented programming language


What is the use of c plus plus in banks?

Programming language.


Is 'c' a structured language?

Yes, in C, you can use the standard programming structures (sequence, selection, repetition).


How does the C language work as structured?

It is known as structured programming language because it has functions and you can go for a modular approach in solving the problems. However, object oriented concepts are not supported in C.