Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what do structure language means?

Answers were Sorted based on User's Feedback



what do structure language means?..

Answer / ankith.v

we need to follow Syntax

Is This Answer Correct ?    13 Yes 1 No

what do structure language means?..

Answer / salim

structured programming language enforces logical structure
of the program being written to make it more easy to
understand and modify.It deploys top-down design model.
A defined function or a set of similar functions are coded
in separate module or submodule which means that code can
be loaded in memory more efficiently and modules can be
used in other programs more efficiently.

Structured languages support several looping constructs
such as for,while,do-while etc.
In structured language the use of goto is either prohibited
or discouraged and is not the common form of program
control.

A structured language allows you to place statements
anywhere on a line and doesn't require a strict field
concept.

Eg Pascal,Ada,C++,C,Java,Modula-2.

Is This Answer Correct ?    2 Yes 0 No

what do structure language means?..

Answer / sindhu

the question is not rightly framed..grammar mistake..

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More C Interview Questions

write a program to display all prime numbers

0 Answers  


is compiler do read the data line by line or not. ??

6 Answers   LG Soft, Satyam, Tech Mahindra,


Write a program to print the prime numbers from 1 to 100?

7 Answers  


explain what are actual arguments?

0 Answers  


What are the types of pointers in c?

0 Answers  


Is c procedural or object oriented?

0 Answers  


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

0 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


What is bss in c?

0 Answers  


Explain b+ tree?

0 Answers  


Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a

7 Answers  


Categories