whether itis a structured language?

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


Please Help Members By Posting Answers For Below Questions

Explain what header files do I need in order to define the standard library functions I use?

642


In a switch statement, explain what will happen if a break statement is omitted?

619


How many types of operator or there in c?

593


How old is c programming language?

569


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1066






What is union and structure?

565


What is a node in c?

541


What is a static variable in c?

659


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

707


What is a spanning Tree?

941


Write a program to swap two numbers without using third variable in c?

607


What is sizeof array?

600


How do you define a function?

577


Write program to remove duplicate in an array?

593


What is the auto keyword good for?

616