in Technology by
What is indirection in C-programming?

1 Answer

0 votes
by

If you have defined a pointer to a variable or any memory object, there is no direct reference to the value of the variable. This is called the indirect reference. But when we declare a variable, it has a direct reference to the value.

Related questions

0 votes
    What is Indirection and Increment/Decrement operators with a pointer in C?...
asked Jan 24, 2021 in Technology by JackTerrance
0 votes
    What is Indirection or Dereference Operator ( * )?...
asked Jan 22, 2021 in Technology by JackTerrance
0 votes
0 votes
    Selenium doesn’t support the following programming language: 1. Python 2. C# 3. C 4. Java...
asked Jul 11, 2021 in Technology by JackTerrance
0 votes
    Which type of pointer is the most convenient way of storing the raw address in C programming?...
asked Jan 23, 2021 in Technology by JackTerrance
0 votes
    What are command line arguments in C Programming?...
asked Jan 18, 2021 in Technology by JackTerrance
0 votes
    How a negative integer is stored in C Programming?...
asked Jan 17, 2021 in Technology by JackTerrance
0 votes
    What is use of keyword auto C Programming?...
asked Jan 17, 2021 in Technology by JackTerrance
0 votes
    What is recursion in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    What is typecasting in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    Define a structure in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    What is the purpose of #undef preprocessor in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Explain about ‘stdin’ in C Programming ?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Which operator can be used to access union elements if union variable is a pointer variable in C Programming ?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the built-in function to append one string to another in C Programming ?...
asked Nov 9, 2020 in Technology by JackTerrance
...