Examples of using Is a pointer in English and their translations into Spanish
{-}
-
Colloquial
-
Official
If E2 is a pointer to data member.
These indicate that this is a pointer to….
Argument is a pointer to an integer.
The situation in the basin of the Aral Sea is a pointer towards the future.
That is a pointer, not an explanation.
For example, the first argument of the connect() method is a pointer to MYSQLND.
E1 is a pointer and E2 is a null pointer constant.
The name of an array is a pointer to the first element.
This is usually stated more succinctly as"ptr is a pointer to int.".
Virtual address is a pointer to code in program memory.
If you pass a number to the Table function,the result returned is a pointer.
Marriage is a pointer toward the glory of Christ and the church.
Scripture shows us throughout that beauty is a pointer to the God who is beautiful.
And this is a pointer to the fact that the body develops DIC-syndrome.
The Source of a Knowlegde Entry is a pointer to the originating system.
Int*ptr; This declares ptr as the identifier of an object of the following type:pointer that points to an object of type int This is usually stated more succinctly as"ptr is a pointer to int.
In Objective-C, nil is a pointer to an object that doesn't exist.
The"next" element of struct node is a pointer to another struct node, effectively creating a list type. struct node{ int data;// some integer data struct node*next;// pointer to another struct node}; Because the struct node data structure is defined recursively, procedures that operate on it can be implemented naturally as recursive procedures.
In this respect the variable stored at 0x008 is a pointer, and points to the value locate at 0x005.
Argument is a pointer to a boolean value in an integer.
One operand is a pointer, and the other is a null pointer constant.
Simply put, an index is a pointer to data in a table.
The argument choices is a pointer to an array of xdr_discrim() structures.
I fancy I would have been a pointer, an Afghan.
The ioctl(2) parameter should be a pointer to a long.
In some programming language environments(at least one proprietary Lisp implementation, for example), the value used as the null pointer(called nil in Lisp)may actually be a pointer to a block of internal data useful to the implementation(but not explicitly reachable from user programs), thus allowing the same register to be used as a useful constant and a quick way of accessing implementation internals.