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

Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


Explain do array subscripts always start with zero?

0 Answers  


what is the difference b/w NULL and null?

3 Answers   HSBC, IBM,


If fflush wont work, what can I use to flush input?

0 Answers  


Can variables be declared anywhere in c?

0 Answers  






"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

0 Answers  


Find if a number is power of two or not?

1 Answers  


What is function what are the types of function?

0 Answers  


Can you subtract pointers from each other? Why would you?

0 Answers  


Write a C program to convert an integer into a binary string?

1 Answers  


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


What's the difference between a linked list and an array?

14 Answers  


Categories