what is Structural oriented language?
give some example of this language.....?
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 |
what does exit() do?
When the macros gets expanded?
What do mean by network ?
What is meant by recursion?
c program to manipulate x=1+3+5+...+n using recursion
How can we open a file in Binary mode and Text mode?what is the difference?
What's the difference between constant char *p and char * constant p?
What math functions are available for integers? For floating point?
What is the difference between array and structure in c?
What is the difference between struct and typedef struct in c?
Write a program to generate the Fibinocci Series
What is derived datatype in c?