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 are the types of pointers?
What is the difference between single charater constant and string constant?
When should you use a type cast?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the benefit of using #define to declare a constant?
What do you mean by dynamic memory allocation in c?
What are the scope of static variables?
What is memcpy() function?
Are c and c++ the same?
What are the salient features of c languages?
What is character set?
What are the functions to open and close file in c language?
Explain what are multidimensional arrays?
how to execute a program using if else condition and the output should enter number and the number is odd only...
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm