answersLogoWhite

0


Best Answer

Both usable.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Turbo pascal procedures and function
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is a standard built function in pascal?

Platform-dependent. For Turbo Pascal a few examples are: Length, Copy, Pos, Ord, Chr


What is turbo pascal programming language?

Every Pascal program must follow a basic structure. While this structure is very similar to Karel programming, there are several differences. Below is the basic structure that every Pascal program must follow.PROGRAMProgramName;VAR VariableName : VariableType; VariableName : VariableType; ...PROCEDUREProcedureName;variables here if necessary BEGINSome Code;END;FUNCTIONFunctionName(variableList): VariableType;variables here if necessaryBEGINSome Code if necessary; FunctionName := some expression More Code if necessary;END; ... more functions and procedures if necessary ...BEGIN the main program block. It should be small and all work should be delegated to the procedures and functions. It often consists of a WHILE loop that calls in turn procedures and functions in the appropriate order. END.


Do a program with turbo pascal to print the alphabet backward?

Turbo Pascal is a style of computer programming. This type of writing language can be used to create a program that prints the alphabet backwards.


What are the similarities and differences between procedures and functions in pascal programming language?

Procedures and functions are exactly the same in Pascal, the only difference is that a function must return a value to its caller while a procedure does not. A procedure is essentially the same as a function returning void in C. We use procedures and functions to avoid writing duplicate or repeated sections of code and thus reduce maintenance costs. With well-named procedures and functions our code also becomes self-documenting, making the code much easier to read (and maintain).


How do you initialize graphics mode in Borland Turbo Pascal 7.0?

penis

Related questions

What has the author Patrick Philippot written?

Patrick Philippot has written: 'Turbo Pascal, procedures and functions for IBM PCs and compatibles' -- subject(s): Microcomputers, Pascal (Computer program language), Programming, Turbo Pascal (Computer file)


When was Turbo Pascal created?

Turbo Pascal was created in 1983.


What is a standard built function in pascal?

Platform-dependent. For Turbo Pascal a few examples are: Length, Copy, Pos, Ord, Chr


What are the Examples of Turbo Pascal 5.5?

They are example programs written in Turbo Pascal.


What is turbo pascal?

Scroll down to related links and look at "Turbo Pascal- Wikipedia".


What are the program of turbo pascal?

tagprice


Who developed turbo c?

Borland, same as Turbo Pascal and Delphi.


What has the author Michael Yester written?

Michael Yester has written: 'Using Turbo Pascal 6' -- subject(s): Pascal (Computer program language), Turbo Pascal (Computer file)


What is turbo pascal programming language?

Every Pascal program must follow a basic structure. While this structure is very similar to Karel programming, there are several differences. Below is the basic structure that every Pascal program must follow.PROGRAMProgramName;VAR VariableName : VariableType; VariableName : VariableType; ...PROCEDUREProcedureName;variables here if necessary BEGINSome Code;END;FUNCTIONFunctionName(variableList): VariableType;variables here if necessaryBEGINSome Code if necessary; FunctionName := some expression More Code if necessary;END; ... more functions and procedures if necessary ...BEGIN the main program block. It should be small and all work should be delegated to the procedures and functions. It often consists of a WHILE loop that calls in turn procedures and functions in the appropriate order. END.


What has the author Mickey Settle written?

Mickey Settle has written: 'Turbo and Apple Pascal' -- subject(s): Apple computer, Pascal (Computer program language), Programming, Turbo Pascal (Computer file)


What is turbo pascal programming?

Turbo Pascal was released by Borland as an all-in-one solution to design computer programs (DOS) using the Pascal language. Since then, Turbo Pascal morphed to Delphi 1 to create Windows application. Delphi is now owned and managed by Embarcadero and are soon releasing their Delphi XE3 edition.


What has the author Thomas M Boger written?

Thomas M. Boger has written: 'Programming fundamentals using Turbo Pascal' -- subject(s): Pascal (Computer program language), Turbo Pascal (Computer file)