whether itis a structured language?



whether itis a structured language?..

Answer / 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

More C Interview Questions

formula to convert 2500mmh2o into m3/hr

0 Answers  


Explain 'bit masking'?

0 Answers   EXL,


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


What are the different types of endless loops?

0 Answers  


How Many Header Files in c?

2 Answers   TCS,






What is the advantage of an array over individual variables?

0 Answers  


which operator is known as dummy operator in c?

2 Answers   Wipro,


How do you determine whether to use a stream function or a low-level function?

0 Answers  


for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????

8 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


What are the preprocessor categories?

0 Answers  


Combinations of fibanocci prime series

0 Answers  


Categories