what is Structural oriented language?
give some example of this language.....?
Answer Posted / vignesh1988i
structure oriented language means following a specific format for writing the program.... C++ is not structured oriented since we can declare the variables wherever we like before we use those ones.....
C,COBOL, FOXPRO are some of the structured oriented languages...
thank u
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Is printf a keyword?
Can we declare variables anywhere in c?
How are variables declared in c?
Does * p ++ increment p or what it points to?
Explain the priority queues?
Why is c called a structured programming language?
What is #define in c?
What is difference between structure and union?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Why is c called c?
What is structure and union in c?
Add Two Numbers Without Using the Addition Operator
What are pointers? Why are they used?
What is the use of bitwise operator?