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 is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Difference between linking and loading?
What is #include conio h?
If errno contains a nonzero number, is there an error?
When should structures be passed by values or by references?
How can I make sure that my program is the only one accessing a file?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is scope and lifetime of a variable in c?
What are the preprocessor categories?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is the benefit of using #define to declare a constant?
Where are the auto variables stored?
Explain what is dynamic data structure?
What are variables and it what way is it different from constants?
How many levels of pointers can you have?