in Technology by
Where the address of operator (&) cannot be used in C Programming?

1 Answer

0 votes
by

It cannot be used on constants.

It cannot be used on variable which are declared using register storage class.

Related questions

0 votes
    Where the address of operator (&) cannot be used?...
asked Jan 18, 2021 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
    Which operator can be used to determine the size of a data type or variable in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    What is the address of operator ( &)?...
asked Jan 22, 2021 in Technology by JackTerrance
+1 vote
    Which operator is used to receive the variable number of arguments for a function in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Which operator is used to continue the definition of macro in the next line in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    The Laplacian operator cannot be used in which one the following? (a) Two dimensional heat ... proposed by,electromagnetic theory engineering physics,electromagnetic theory nptel...
asked Nov 11, 2021 in Education by JackTerrance
+1 vote
    How does bitwise operator XOR works in C programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What it the return value of a relational operator if it returns any in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Explain the use of comma operator (,) in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    When to user -> (arrow) operator in C Programming?...
asked Nov 9, 2020 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
+1 vote
    What is the meaning of base address of the array in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    What happens if IP Address of host cannot be determined? (a) The system exit with no message (b) ... & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
...