Answer Posted / vignesh1988i
C is a structured language .....
proof:
there are certain rules to be followed for writing C programs
that is: 1) we must declare the variables used in the program after the main function itself. 2) after the variable declaration only we must enter the clrscr() option if we want.. 3) C follows only TOP to BOTTOM approach 4) all possible codes are been put as a subroutines or functions for every time usage
this proves C is a Structured language...
thank u
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why main is used in c?
What are the different types of errors?
Explain indirection?
Write a program that accept anumber in words
Differentiate call by value and call by reference?
What is pass by value in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Explain heap and queue.
Why static variable is used in c?
What is c value paradox explain?
When is a “switch” statement preferable over an “if” statement?
What is the meaning of && in c?
How can you increase the size of a statically allocated array?
What is modifier & how many types of modifiers available in c?
find the sum of two matrices and WAP for it.