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
What does node * mean?
Describe the header file and its usage in c programming?
What is identifier in c?
What is the use of bit field?
What is modifier & how many types of modifiers available in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is the difference between strcpy() and memcpy() function in c programming?
What is a far pointer in c?
When should you not use a type cast?
How pointers are declared?
What is indirection in c?
What is realloc in c?
Why we use break in c?
What are the different types of control structures in programming?
What is pointer and structure in c?