answersLogoWhite

0

If you mean pointers referring pointers then here you are:

int main (int argc, char **argv)

{

printf ("argv (pointer) is %p\n", argv);

printf ("*argv (pointer) is %p "%s"\n", *argv, *argv);

printf ("**argv (char) is %c\n", **argv);

return 0;

}

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What operation can be performed on pointers?

Examples: * [] -> = ==,<=,<,!=,>=,> +,+=,-,-=


Can you give me pointers on making a girl talk to you?

stop being a nerd


Function prototype in c?

Yes. Examples can be found in stdio.h


When is it proper to capitalize the title director?

It is capitalized at the beginning of the sentence or when it forms part of the proper noun or when it precedes a person's name or when it is used as a direct address. Examples: Director Romeo Can you give us some pointers, Director?


What settings do you need to use far keywords and other c style syntax in our programs while writing programs in VC?

There are no settings. Near and far pointers are specific to segmented memory models but when working with virtual memory models we always use normalised pointers which are always the same length (in bits). Near pointers use fewer bits than normalised pointers (usually half as many bits) because they only refer to the offset address within the current segment. Far pointers are similar to normalised pointers, except the high-order word refers to the segment address and the low-order word refers to the offset within that segment.


Give you 5 examples of infix?

give 5 examples of infix


What are void pointers?

They are pointers without type


How ca you work unsupervised give examples?

How can you work unsupervised give examples?"


Where the pointers are used?

POINTERS ARE USED TO STORE ADDRESS


What are the background pointers in java?

Java does not support pointers.


What is inserting a node?

A number of data structures are made up of nodes joined together by pointers. Some examples are:Linked listsBinary treesGeneralised treesGraphsEach structure has its own algorithms for inserting nodes, but the general process is of allocating the node dynamically with malloc, and then setting its pointers to the address of adjacent nodes, and often those adjacent nodes' pointers to the address of the new node.


Give three examples of obstruction you may encounter within your workplace in a dementia care home?

The three examples of obstruction that you may encounter within your workplace in a Dementia care home are reluctant care managers, uncertainties regarding a person's place of residence, and funding disputes.