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 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
What is a macro in c preprocessor?
What are pointers in C? Give an example where to illustrate their significance.
What is return type in c?
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
Can you assign a different address to an array tag?
string reverse using recursion
What is ponter?
What is huge pointer in c?
write a program fibonacci series and palindrome program in c
how to write a c program to print list of fruits in alpabetical order?
What is difference between structure and union?
Can you please explain the difference between syntax vs logical error?
What is the significance of c program algorithms?
Explain how do I determine whether a character is numeric, alphabetic, and so on?