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

What is sizeof c?

593


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3971


What is logical error?

594


What are the different types of constants?

631


What is hashing in c language?

603






What is a wrapper function in c?

571


Differentiate between a structure and a union.

752


What is the purpose of clrscr () printf () and getch ()?

587


What is double pointer in c?

573


Differentiate Source Codes from Object Codes

807


What is the maximum no. of arguments that can be given in a command line in C.?

655


What are the back slash character constants or escape sequence charactersavailable in c?

676


What is the difference between int main and void main?

562


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

670


What is sorting in c plus plus?

556