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 |
How to develop software using "c" programming?
write a program to generate 1st n fibonacci prime number
Why c is called free form language?
what is call by value and call by reference
How to reverse a string using a recursive function, with swapping?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
What is pointer to pointer in c with example?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What are shell structures used for?
What is the 'named constructor idiom'?
what is unsigened char and what is the difference from char
What are types of functions?