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

What is mean by data types in c?

0 Answers  


Method Overloading exist in c ?

3 Answers   Wipro,


Are there constructors in c?

0 Answers  


How can I invoke another program or command and trap its output?

0 Answers  


can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????

2 Answers   Cognizant,






What are the 5 organizational structures?

0 Answers  


What is the meaning of && in c?

0 Answers  


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


what are bit fields in c?

0 Answers  


what is memory leak?

3 Answers  


Can you please explain the difference between strcpy() and memcpy() function?

0 Answers  


What does printf does?

0 Answers  


Categories