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 5 organizational structures?

569


What does static variable mean in c?

653


What is the use of function overloading in C?

679


What are c identifiers?

629


What is #line?

611






Can a variable be both const and volatile?

676


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

979


What is graph in c?

585


What happens if header file is included twice?

655


Is exit(status) truly equivalent to returning the same status from main?

587


Differentiate between ordinary variable and pointer in c.

619


What is the heap?

687


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

695


What are the rules for the identifier?

673


What is pivot in c?

568