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
What is a structure and why it is used?
What is header file in c?
Write a program to check whether a number is prime or not using c?
What is modeling?
What is structure data type in c?
What is a structure member in c?
What is ctrl c called?
What is static memory allocation? Explain
What is the value of h?
What are multidimensional arrays?
Explain what is meant by high-order and low-order bytes?
Dont ansi function prototypes render lint obsolete?
Can you write a programmer for FACTORIAL using recursion?
Compare array data type to pointer data type
Is there a built-in function in C that can be used for sorting data?