A LOCAL VARIABLE in Vietnamese translation

[ə 'ləʊkl 'veəriəbl]
[ə 'ləʊkl 'veəriəbl]
biến địa phương
local variable
biến local
local variable
biến cục bộ
local variables
local variable

Examples of using A local variable in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
This also allows you to handle out-of-order responses with a local variable inside the effect.
Nó cho phép bạn xử lý các kết quả trả về không theo tuần tự với một biến cục bộ bên trong effect.
function definition are local; you can't access a local variable from outside its“home” function.
bạn không thể truy cập biến địa phương từ ngoài hàm“ chủ” của nó.
When you declare a variable within a function, it is called a local variable, because it is available only within that function.
Khi bạn khai báo một biến bên trong một function, nó gọi là local variable, vì nó chỉ có thể dùng được trong phạm vi function đó.
Within the body of a function, a local variable take precedence over a global variable with same name.
Trong thân của một hàm, một biến Local có quyền ưu tiên cao hơn biến Global mà có cùng tên.
A local variable can only be used in the block where it has been defined.
Một local variable chỉ có thể được sử dụng bên trong function nơi mà chúng được định nghĩa.
Instead, it's a local variable that gets created,
Thay vào đó là một biến local được tạo,
call references the variable text, which was a local variable of the function sayHello2().
đoạn code trên tham chiếu tới biến text, là biến local của hàm sayHello2().
A local variable can only be accessed within the function it was declared in.
Local variables chỉ có thể được tiếp cận( access) trong function mà nó được khai báo trước đó.
which was a local variable of the function sayHello2().
đó là một biến cục bộ của hàm sayHello2().
You cannot access a local variable from outside its“home” method, and you are free
Bạn không thể truy cập biến địa phương từ ngoài phương thức“ chủ” của nó,
It does not matter if an object was created and assigned to a local variable, or created as a member variable of another object, the object is
Việc 1 object được tạo và assign cho 1 biến local, hay được tạo như 1 member của 1 object khác cũng không quan trọng,
If you declare your pointer to the OVERLAPPED structure as a local variable, do not exit the local function until all asynchronous I/O operations to the file object have been completed.
Nếu bạn khai báo con trỏ của bạn để chồng chéo cấu trúc như là một biến địa phương, không thoát khỏi chức năng địa phương cho đến khi không đồng bộ tất cả các hoạt động I/ O cho các đối tượng tập tin đã được hoàn thành.
The static storage class instructs the compiler to keep a local variable in existence during the life-time of the program instead of creating and destroying it each time it comes into and goes out of scope.
Lớp lưu trữ static hướng dẫn trình biên dịch giữ các giá trị biến cục bộ tồn tại trong thời gian sống của chương trình thay vì việc tạo ra và hủy nó mỗi lần chạy qua phạm vi đó.
For instance, due to optimization a local variable may only exist in a register or be removed entirely,
Ví dụ, do tối ưu hóa một biến cục bộ chỉ có thể tồn tại trong một thanh ghi
The static storage class instructs the compiler to keep a local variable in existence during the life-time of the program instead of creating and destroying it each time it comes into and goes out of scope.
Lớp lưu trữ static trong C/ C++ nói với compiler để giữ một biến cục bộ tồn tại trong toàn bộ thời gian sống của chương trình thay vì tạo và hủy biến mỗi lần nó vào và ra khỏi phạm vi biến..
The static storage class instructs the compiler to keep a local variable in existence during the life-time of the program instead of creating and destroying it each time it comes into and goes out of scope.
Lớp lưu trữ static chỉ thị trình biên dịch để giữ một biến cục bộ tồn tại trong suốt thời gian tồn tại của chương trình thay vì tạo và hủy nó mỗi lần nó đi vào và đi ra khỏi phạm vi.
If you see that a local variable changes in your extracted code in some way, this may mean that this changed value will be needed
Nếu bằng một cách nào đấy bạn nhìn thấy biến cục bộ thay đổi trong mã khai căn
If a function returns by value, some object at call site(probably a local variable or a temporary, but could be any kind of object)
Nếu một hàm trả về theo giá trị, một số đối tượng tại trang gọi( có thể là biến cục bộ hoặc tạm thời, nhưng có thể
MethodOne() declares a primitive local variable(localVariable1 of type int) and an local variable which is an object reference(localVariable2).
MethodOne() định nghĩa ra 1 biến local thuộc kiểu nguyên thuỷ( localVariable1 thuộc kiểu int) và 1 biến local là tham chiếu đến object( localVariable2).
and create a local variable to hold the pin number.
và tạo biến cục bộ lưu giữ pin number.
Results: 298, Time: 0.0496

A local variable in different Languages

Word-for-word translation

Top dictionary queries

English - Vietnamese