answersLogoWhite

0

C uses pointers for indirection. So, using a pointer to a pointer would be multiple indirection. For example, the following code uses multiple indirection:

int i = 42;

int *pi = &i;

int **ppi = π

**ppi++;

printf("i is now %d\n", i);

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What is indirection in c?

Accessing data via pointers.


What is indirection in c programming?

Example: *(int *)main = 5;


Why is multiple inheritance not possible in C?

C is not object-oriented -- you can't even use single inheritance let alone multiple inheritance.


What is problem in multiple inheritance?

Java does not support direct multiple Inheritance. Harder to implement, not every language support it: C++ does, Java does not.


C programs using loops?

Loops are very important part of a C-language. If we have to run our programe multiple time then we use Loops of C.


Why is it that c why is it that c plus plus best prog language?

C, and its successor, C++, are arguably the best language in certain scenarios. C and C++ are very portable (runs well on different platforms simply by compiling to different targets), have a decent trade-off of speed and portability, and, arguably, has the largest following of developers that use C and C++ on a regular basis; usually the first language ported to any new Operating System is C or C++. However, C and C++ are just tools; there are times when assembler is the best language, and yet others when Java or ActionScript is the best language. Learning multiple languages makes a developer far more versatile in today's market, and one should aspire to learn multiple languages if they wish to pursue a career as a developer.


Why c language has name c why not a?

C-language was derived from B-language.


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


What is accembly language?

Assembly language is a low level language where each statement (mostly) corresponds with one machine instruction. Higher level languages, such as C and FORTRAN, generate multiple machine instructions for each statement.


What is versions of c language?

versions of c language?


What do you mean by c language?

C is a programming language.