What is the translation of " IS A POINTER " in Korean?

[iz ə 'pointər]
[iz ə 'pointər]
대한 포인터이다
pointer

Examples of using Is a pointer in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Why'this' is a pointer and not a reference?
왜 'this'는 참조가 아닌 포인터입니까?
For a heap, a row locator is a pointer to the row.
힙의 경우 행 로케이터는 행에 대한 포인터입니다. For a heap, a row locator is a pointer to the row.
Is a pointer with the right address and type still always a valid pointer since C++17?
올바른 주소와 타입을 가진 포인터가 C ++ 17 이후로 항상 유효한 포인터입니까?
Int*ip;/* ip is a pointer to int*/.
Int *ip; //ip는 int에 대한 포인터이다(ip is a pointer to int).
This is a pointer to a vector of integers, each of size char, representing group size from low order digit groups to high order(right to left).
이것은, char 형태의, 낮은 위의 자리수로부터 높은 위의 자리수 ( 오른쪽에서 왼쪽)까지의 그룹의 크기를 나타낸다 정수의 배열을 가리키는 포인터입니다.
Any other value in the FAT table is a pointer to the next cluster in the file allocation chain.
뚱뚱한 테이블에 있는 다른 어떤 가치는 파일 배부 사슬에 있는 다음 송이에 포인터이다.
This is a pointer to the fact that transcend SDXC cards will have a bigger role to play in the days ahead.
이것은 SDXC 카드를 능가하는 카드가 앞으로 더 많은 역할을 할 것이라는 사실을 알리는 포인터입니다.
If purchase Pointer RF standards is quite simple, it is a pointer to the acquisition of RB standards have difficulties.
구매 포인터 RF 표준은 매우 간단합니다 경우, RB 표준의 인수 문제가있는 포인터입니다.
This is one reason why borrowing a variabledoesn't deallocate any memory: the value of a reference is a pointer to a memory location.
이것이 어떤 값을 빌리는 게 어떤 메모리도 해제하지 않는 이유 중 하나가 됩니다:참조 값은 단지 메모리 위치에 대한 포인터입니다.
The argument addr is a pointer to a sockaddr structure.
인자 addr 는 sockaddr 구조체에 대한 포인터이다.
If the table is a heap, which means it does nothave a clustered index, the row locator is a pointer to the row.
테이블이 힙인 경우, 즉 테이블에 클러스터형 인덱스가 없는 경우 행 로케이터는 행에 대한 포인터입니다. If the table is a heap, which means it does not have a clustered index,the row locator is a pointer to the row.
Put, an index is a pointer to data in a table.
간단히 말해 인덱스는 테이블의 데이터에 대한 포인터입니다.
The type of expression must be a pointer if type-id is a pointer, or an l-value if type-id is a reference.
TargetType이 포인터인 경우 inptr의 형식은 포인터여야 하며 TargetType이 참조인 경우에는 l 값이어야 합니다. The type of inptr must be a pointer if TargetType is a pointer, or an l-value if TargetType is a reference.
Because a Box<T> is a pointer, Rust always knows how much space a Box<T> needs: a pointer's size doesn't change based on the amount of data it's pointing to.
Box<T>가 포인터이기 때문에, 러스트 언제나 Box<T>가 필요로 하는 공간이 얼마인지 알고 있습니다: 포인터의 크기는 그것이 가리키고 있는 데이터의 양에 기반하여 변경되지 않습니다.
The important thing to notice is although parr and*parr points to the same address, but parr's base type is a pointer to an array of 5 integers, while*parr base type is a pointer to int.
중요한 점은 parr와 *parr가 동일한 주소를 가리키지만 parr의 기본 유형은 5개의 정수 배열에 대한 포인터이며 *parr 기본 유형은 int에 대한 포인터입니다.
The buf argument is a pointer to statfs structures, as described in statfs(2).
Buf 하 다음과 같이 정의된다 statfs 구조체에의 포인터입니다.
If one is a pointer to void and the other is a pointer to another type, the latter is converted to a pointer to void, and that is the resulting type.
피연산자 중 하나가 임의의 형식의 개체에 대한 포인터이고 다른 피연산자가 void에 대한 포인터인 경우, 개체에 대한 포인터가 void에 대한 포인터로 변환되고 결과는 void에 대한 포인터입니다.
The value of this variable is a pointer to the function that malloc uses whenever it is called.
이 변수의 값은 malloc이 호출될 때마다 사용하는 함수에 대한 포인터이다.
The command argument is a pointer to a NUL-terminated string containing a shell command line.
Command 인자는 shell 명령어 라인이 포함하는 null로 종료된 문자열에 대한 포인터이다.
In other words, if object is a pointer, object->something() is similar to(*object). something().
달리 표현하면, 만일 object가 포인터라면, object->something()은 (*object). something()과 비슷합니다.
Each argument must be a pointer to a variable; this variable must be of a type that corresponds to a type specifier in format.
모든 인수 의 형식 지정자에 해당 하는 형식의 변수에 대 한 포인터 여야 합니다 형식합니다. Every argument must be a pointer to a variable with a type that corresponds to a type specifier in format.
In unsafe code(Unsafe code), a type_argument may not be a pointer type.
안전 하지 않은 코드 (안전 하지 않은 코드)에서 type_argument 는 포인터 형식이 될 수 없습니다.
The next pointer must be a pointer to void.
다음의 포인터는 void (을)를 가리키는 포인터일 필요가 있습니다.
It's a pointer from dpg and you.
그것은 링크 및 PDF 도구와 당신.
Defines px to be a pointer to objects of type float, and sets it equal to the address of x.
Px를 유형 부유물의 목표에 포인터이기 위하여 정의하고, x.의 주소와 동등한 놓는다.
This is a kind of file that is essentially a pointer to another file name.
이것은 일종의 "파일"로서 본질적으로는 다른 파일이름을 가리키는 포인터이다.
In Swift, nil is not a pointer- it is the absence of a value of a certain type.
Swift에서 nil은 포인터가 아닙니다 - 특정 타입의 값이 없다는 것을 의미합니다.
Results: 27, Time: 0.0428

Word-for-word translation

Top dictionary queries

English - Korean