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

[iz ə 'pointər]
[iz ə 'pointər]
является указателем
is a pointer
есть указателем
is a pointer
является указатель
is a pointer

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

{-}
  • Official category close
  • Colloquial category close
Assume t is a pointer to a node, or nil.
Предположим, что t- указатель на узел или nil.
Function call, where one of the parameters is a pointer.
Вызовы функций, где один из параметров является указателем.
Pointer" this" is a pointer at given class Form1.
Указатель this есть указателем на данный класс класс Form1.
The argument of the sizeof() operator is a pointer to a class.
Аргументом оператора sizeof() является указатель на класс.
Says that pp is a pointer to a structure of type struct point.
Говорит, что PD является указателем структуры типа DATE.
In addition, the function name is a pointer to the function.
Кроме того, имя_ функции есть указателем на эту функцию.
In our case, this is a pointer to the first character of a string of type String.
В нашем случае это есть указатель на первый символ строки типа String.
The point is that'new_key' is a pointer to a string.
Дело в том, что new_ key это указатель на строку.
The'fbuf' variable is a pointer, which means that sizeof(fbuf) will return the pointer size instead of the array size.
Переменная' fbuf' это указатель, а значит sizeof( fbuf) вернет размер указателя, а не массива.
Ayurveda in any case not a panacea, it is a pointer to the path.
Аюрведа ни в коем случае не панацея, она лишь указатель пути.
The second(argv, for argument vector) is a pointer to an array of character strings that contain the arguments, one per string.
Второй аргумент( argv) является указателем на массив символьных строк, содержащих эти аргументы, по одному в строке.
Land ownership in the rural settings of an agrarian society is a pointer to financial empowerment.
Собственность на землю в сельских районах аграрного общества является показателем расширения финансовых прав и возможностей.
Thus if P is a pointer to an object in an array, the expression P+1 is a pointer to the next object in the array.
Так, если P есть указатель на объект массива, то выражение P+ 1 есть указатель на следующий объект массива.
Which says that the parameter is a pointer to an array of 13 integers.
В которм говорится, что аргумент является указателем массива из 13 целых.
For example, in the declaration int*ptr, the dereferenced form*ptr is an int,while the reference form ptr is a pointer to an int.
Например, в объявлении int* ptr разыменованная форма* ptr является целым( int), ассылочная форма ptr- указателем на целое.
In this particular case, it is a pointer to objects that are arrays of 13 ints.
Ном случае это указатель объектов, являющихся массивами из 13 чисел типа INT.
A leaf node contains at most Cl entries each of the form(R, obj_id) where Cl is the capacity of the leaf, R is the MBR of the real object(xlow, xhigh, ylow, yhigh)and obj-id is a pointer to the object description record.
Лист содержит максимум Cl элементов, каждый из которых имеет вид( R, obj_ id), где Cl- емкость листа, R- MBR реального объекта( xlow, xhigh, ylow, yhigh),а obj- id- указатель на запись описания объекта.
Int(*comp)(void*, void*) which says that comp is a pointer to a function that has two void* arguments and returns an int.
Описание int(* comp)() говорит, что comp является указателем на функцию, которая возвращает значение типа int.
The sum is a pointer of the same type as the original pointer, and points to another object in the same array, appropriately offset from the original object.
Результатом является указатель того же типа, что и исходный указатель, указывающий на другой объект того же массива и соответствующим образом смещенный от первоначального объекта.
We are interested in the m_pRevert member, which is a pointer to an object of type CRevert.
Нас интересует член m_ pRevert, который является указателем на объект типа CRevert.
Thus if P is a pointer to an object in an array, the expression P+1 is a pointer to the next object in the array.
Таким образом, если p является указателем объекта в массиве, то выражение p+ 1 является указателем на следующий объект в этом массиве.
A pointer to the first element of a string literal is a pointer to the entire string literal.
Указатель на первый элемент строчного литерала есть указателем на весь строчный литерал.
Floyd's cycle-finding algorithm is a pointer algorithm that uses only two pointers, which move through the sequence at different speeds.
Алгоритм Флойда поиска цикла- это алгоритм указателей, который использует только два указателя, которые передвигаются вдоль последовательности с разными скоростями.
Each non-leaf node contains at most B{\displaystyle B}entries of the form{\displaystyle}, where c h i l d i{\displaystyle child_{i}} is a pointer to its i{\displaystyle i} th child node and C F i{\displaystyle CF_{i}} the clustering feature representing the associated subcluster.
Каждый нелистовой узел состоит максимум из B{\ displaystyle B}входов вида{\ displaystyle}, где c h i l d i{\ displaystyle child_{ i}} является указателем на его i{\ displaystyle i}- ого потомка, а C F i{\ displaystyle CF_{ i}} является признаком кластеризации, представляющим связанный подкластер.
The sum is a pointer of the same type as the original pointer, and points to another object in the same array, appropriately offset from the original object.
Результатом является указатель того же самого типа, что и исходный указатель, который указывает на другой объект в том же массиве, смещенный соответствующим образом относительно первоначального объекта.
A file pointer is a pointer to a structure that contains several pieces of information about the file: a pointer to a buffer, so the file can be read in large chunks;
Указатель файла является указателем на структуру, которая содержит несколько элементов информации о файле:указатель буфера, чтобы файл мог читаться большими порциями; счетчик числа.
It's a pointer.
Это указка.
It expects that the last argument should be a pointer to a string.
Она ожидает, что последним аргументом должен быть указатель на строку.
Such entities, for example, are a pointer to a function object with operator(), lambda-function and others.
Такими сущностями, например, являются указатель на функцию, объект с operator(), лямбда- функция и прочие.
The first operand expression must be a pointer to a structure or union, and the identifier must name a member of the structure or union.
Первое выражение должно быть указателем на объект класса, а идентификатор должен именовать член этого класса.
Results: 1479, Time: 0.0506

Word-for-word translation

Top dictionary queries

English - Russian