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

please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

3137


What is a macro in c preprocessor?

886


What are pointers in C? Give an example where to illustrate their significance.

999


What is return type in c?

917


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

910


Can you assign a different address to an array tag?

940


string reverse using recursion

2129


What is ponter?

1063


What is huge pointer in c?

809


write a program fibonacci series and palindrome program in c

836


how to write a c program to print list of fruits in alpabetical order?

2096


What is difference between structure and union?

908


Can you please explain the difference between syntax vs logical error?

978


What is the significance of c program algorithms?

924


Explain how do I determine whether a character is numeric, alphabetic, and so on?

922