answersLogoWhite

0

actually the run time means at the time of executing the program. that means if you write a program and you compile it and you need to execute then during the compilation it is called compile time and during the execution it is called run time .

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

What does the abbreviation Rte stand for?

Runtime Environment


Which property of menu can not be set at run time?

In most user interface frameworks, the property of a menu that typically cannot be set at runtime is the menu's structure or hierarchy. While you can modify properties like visibility, enabling/disabling items, and updating their labels during runtime, the fundamental organization of the menu items—such as adding or removing top-level menus or submenus—usually requires design-time configuration. This limitation ensures consistency in the user interface and prevents potential runtime errors.


When do you use a variable?

You use a variable when you need to store and manipulate data that can change or is unknown at the time of writing your code. Variables allow you to represent values with descriptive names, making your code more readable and maintainable. They are essential for dynamic programming, where values are determined during runtime, such as user inputs or results from calculations.


What is the difference between Open and Closed Subroutine?

Open subroutines allow for the modification of their behavior or parameters during runtime, enabling flexibility and adaptability in programming. In contrast, closed subroutines have fixed parameters and behavior, making them more predictable and easier to debug, but less flexible. Essentially, open subroutines promote extensibility, while closed subroutines emphasize stability and containment.


Does mean mean average?

No, but sometimes "average" means "mean" - when it doesn't mean median, geometric mean, or something else entirely.

Related Questions

If you make a exe in vbnet can you run it on a system not having net framework like vb6 programs?

No, any program targeting the .Net runtime will require that version of the runtime that it was compiled against. Note that having the 3.0 runtime does not mean an application with the 1.1 runtime will work; it must be the same runtime compiled.


What does Microsoft Visual C plus plus Runtime Library mean?

The runtime library is a collection of routines that implements basic functionality of the platform. Routines such as I/O, memory control, startup, shutdown, common system functions, etc. are located in the runtime library.


What does a runtime error 3464 mean?

Runtime error 3464 might occur when a computer programmer or user is making a database in Microsoft Access. Normally, this runtime error message means that there is a data type disparity in the criteria expression or there exists a string/numeric variance in the code. And "Runtime error 3464:Datatype mismatch" is the most common error messages that users may come across.


What is immediate super class of runtime exception?

If you mean Java's RuntimeException class, its parent class is java.lang.Exception


When runtime error occurs?

At runtime.At runtime.At runtime.At runtime.


When was Moonlight - runtime - created?

Moonlight - runtime - was created on 2009-03-04.


What does CLR mean?

CLR stands for Common Language Runtime. It is a component of the .NET framework that provides a runtime environment for executing managed code. It manages memory, enforces type safety, and provides various services for running and managing .NET applications.


What is the .NET framework used for?

The .Net framework serves as the runtime for applications that were built to target the Common Language Runtime.


How can one fix runtime errors?

There exists a variety of reasons on why a runtime error might occur. The easiest solution to fix the majority of runtime errors you experience is to download software that cleans and fixes your registry.


What is the difference between the time complexity of algorithms with a runtime of n and log n?

The time complexity of algorithms with a runtime of n grows linearly with the input size, while the time complexity of algorithms with a runtime of log n grows logarithmically with the input size. This means that algorithms with a runtime of n will generally take longer to run as the input size increases compared to algorithms with a runtime of log n.


Microsoft visual c plus plus rumetime library runtime error cant access game?

runtime error


What is the runtime complexity of the Union Find algorithm?

The runtime complexity of the Union Find algorithm is O(log n) on average.