what is Structural oriented language?
give some example of this language.....?



what is Structural oriented language? give some example of this language.....?..

Answer / 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

More C Interview Questions

Is c weakly typed?

0 Answers  


What does void main return?

0 Answers  


how to convert binary to decimal and decimal to binary in C lanaguage

7 Answers   BPO, Far East Promotions, IBM, RBS,


Can a pointer be static?

0 Answers  


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,






How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


Why main is used in c?

0 Answers  


There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

0 Answers  


How do we declare variables in c?

0 Answers  


Using which language Test cases are added in .ptu file of RTRT unit testing???

0 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  


Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


Categories