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


Please Help Members By Posting Answers For Below Questions

What are the types of macro formats?

598


What do you understand by friend-functions? How are they used?

639


What is c programing language?

608


Explain what are header files and explain what are its uses in c programming?

621


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3973






Explain the use of #pragma exit?

690


Are enumerations really portable?

588


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1701


write a program to print data of 5 five students with structures?

1600


Why doesnt long int work?

606


What are the types of pointers?

596


Why is main function so important?

609


Is python a c language?

548


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1123


What is meant by operator precedence?

666