What is the translation of " NULL POINTER " in Vietnamese?

[nʌl 'pointər]
[nʌl 'pointər]
con trỏ null
null pointer
con trỏ rỗng
NULL pointer

Examples of using Null pointer in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Error: null pointer was accessed.
Lỗi Null pointer assignmemt.
Safe- Avoid entire classes of errors such as null pointer exception.
An toàn:Tránh toàn bộ các lớp lỗi như ngoại lệ con trỏ null.
If ptr is a null pointer, no action occurs.
Nếu ptr là null, không có gì sẽ xảy ra.
When C++ was first invented, new returned a null pointer on failure.
Khi C++ lần đầu tiên được phát minh, new trả về null trên thất bại.
A null pointer is returned if no match is found.
Một con trỏ null được trả về nếu không thu được token nào.
That throws a null pointer exception.
Vì vậy, nó đưa ra một ngoại lệ null.
The NULL pointer is a constant with a value of zero defined in several standard libraries.
Con trỏ null là một hằng số với giá trị 0 được định nghĩa trong một vài thư viện chuẩn.
Indirection through a null pointer is checked.
Indirection thông qua một con trỏ null được chọn.
C++ supports null pointer, which is a constant with a value of zero defined in several standard libraries.
C/ C++ hỗ trợ con trỏ null, là một constant với giá trị là 0 được định nghĩa trong một số thư viện chuẩn.
If an error occurs, a null pointer is returned.
Nếu một lỗi xuất hiện, một con trỏ null được trả về.
NULL is a constant value defined in manyfoldC++ libraries specially designed to indicate null pointers.
NULL là một hằng số được định nghĩa trong thưviện C++ dùng để biểu thị con trỏ null.
To check for a null pointer you can use an if statement as follows.
Để kiểm tra một con trỏ null, bạn có thể sử dụng một lệnh if như sau.
Safe- Avoid entire classes of errors such as null pointer exception.
An toàn, tránh toàn bộ các lớp lỗi như các null pointer exceptions.
The guy who invented null pointers, Tony Hoare, calls it“my billion dollar mistake”.
Tony Hoare- người khởi tạo ý tưởng về Null, gọi nó là" sai lầm tỷ đô".
The C library Macro NULL is the value of a null pointer constant.
Macro NULL trong Thư viện C là giá trị của một hằng con trỏ null.
C++ supports null pointer, which is a constant with a value of zero defined in several standard libraries.
Ngôn ngữ lập trình C++ hỗ trợ con trỏ null, là một hằng số với giá trị là 0 được định nghĩa trong một số thư viện chuẩn.
When C++ was first invented, new returned a null pointer on failure.
Khi C++ được phát minh lần đầu tiên, new trả lại giá trị null trên sự thất bại.
Which is the same thing("null pointer exception"), but in unsafe code, variables are often cast to value-types/arrays, etc.
Đó là điều tương tự(" ngoại lệ con trỏ null"), nhưng trong mã không an toàn, các biến thường được chuyển thành loại giá trị/ mảng, v. v.
This can also improve your app's performance andhelp prevent memory leaks and null pointer exceptions.
Nó cũng có thể cải thiện hiệu năng của ứng dụng vàgiúp loại bỏ memory leak cũng như là null pointer exception.
The last block(25) contains -1 indicating a null pointer and does not point to any other block.
Cùng( 25) chứa- 1, biểu thị con trỏ null và không trỏ đến bất kỳ khối nào khác.
If the End-of-File is encountered and no characters have been read,the contents of str remain unchanged and a null pointer is returned.
Nếu bắt gặp EOF và không có ký tự nào đã được đọc, nộidung của str vẫn không thay đổi và một con trỏ null được trả về.
In Objective-C,messages may be sent to a nil object(which is a null pointer) without causing the program to be interrupted;
Trong ngôn ngữObjective- C, thông tin có thể gởi tới một đối tượng nil( được hiểu là một con trỏ rỗng) mà không khiến cho chương trình phải dừng đột ngột;
If it is 0 and ptr points to an existing block of memory,the memory block pointed by ptr is deallocated and a NULL pointer is returned.
Nếu giá trị là 0 và con trỏ ptr trỏ tới một khối nhớ đang tồn tại,khối nhớ được trỏ tới bởi ptr được giải phóng và một con trỏ NULL được trả về.
Swift has features addressing some common programming errors like null pointer dereferencing and provides syntactic sugar to help avoid the pyramid of doom.
Swift có các tính năng giải quyết một sốlỗi lập trình phổ biến như con trỏ rỗng cung cấp cú pháp đặc biệt để giúp tránh kim tự tháp diệt vong.
If this happens and the operating system cannotassign the memory that we request with the operator new, a null pointer will be returned.
Nếu điều này xảy ra và hệ điều hành không thểcấp phát bộ nhớ như chúng ta yêu cầu với toán tử new, một con trỏ null( zero) sẽ được trả về.
If all unused pointers are given the null value and you avoid the use of a null pointer, you can avoid the accidental misuse of an uninitialized pointer..
Nếu tất cả con trỏ chưa được sử dụng được cung cấp giá trị null và bạn tránh sử dụng con trỏ null, bạn có thể tránh việc sử dụng sai của một con trỏ chưa được khởi tạo.
In JavaScript,null is not a“reference to a non-existing object” or a“null pointer” like in some other languages.
Trong JavaScript, nullkhông phải là“ tham chiếu đến đối tượng không tồn tại” hoặc“ con trỏ rỗng” giống như một số ngôn ngữ khác.
Facebook says that Infer helps it find hundreds of potentialbugs every month by scanning code for issues like null pointer access, as well as resource and memory leaks- the kinds of issues that can easily cause app crashes.
Facebook cho biết Infer giúp công ty phát hiện hàng trăm bug tiềmẩn mỗi tháng bằng cách quét code của các sự cố như lỗi null pointer access, cũng như lỗi memory leak hay resource leak- một loại sự cố mà có thể gây ra hiện tượng ứng dụng bị crash.
If the default argument is implicit(sometimes by using a keyword such as Optional)then the language provides a well-known value(such as Null pointer, Empty, zero, an empty string, etc.) if a value is not provided by the caller.
Nếu đối số mặc định là ngầm định( mà đôi khi được khai báo bởi từ khóa như là" Optional"(không bắt buộc)) thì ngôn ngữ sẽ cung ứng một giá trị" ban đầu" thông dụng( như là null, tập rỗng, giá trị 0, xâu kí tự rỗng,…) nếu giá trị( của tham số) không được nơi gọi cung cấp.
If you don't have any address to be specified in the pointer at the time of declaration, you can assign NULL value.
Nếu không cóđịa chỉ nào được chỉ định trong con trỏ tại thời điểm khai báo, bạn có thể chỉ định giá trị NULL.
Results: 48, Time: 0.0321

Word-for-word translation

Top dictionary queries

English - Vietnamese