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 how do you declare an array that will hold more than 64kb of data?

0 Answers  


What does *p++ do?

0 Answers  


Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001

2 Answers  


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


Write a program to swap two numbers without using third variable?

0 Answers  


What is the maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

0 Answers  


Explain what are the advantages and disadvantages of a heap?

0 Answers  


What is the difference between near, far and huge pointers?

0 Answers  


Explain what math functions are available for integers? For floating point?

0 Answers  


Write any data structure program (stack implementation)

1 Answers   HTC,


Categories