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's the total generic pointer type?
What are logical errors and how does it differ from syntax errors?
why ordinary variable store the later value not the initial
What is a shell structure examples?
Write any data structure program (stack implementation)
how to write a prog in c to convert decimal number into binary by using recursen function,
what is the difference between global variable & static variable declared out side all the function in the file.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Why is c called c?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor