Recent questions tagged pointer-interview-questions-in-c

0 votes
    Why trash rack is used?...
asked Jan 28, 2021 in Education by JackTerrance
0 votes
0 votes
    Can we declare a variable be both constant and volatile in C?...
asked Jan 23, 2021 by JackTerrance
0 votes
    Can we have a volatile pointer?...
asked Jan 23, 2021 by JackTerrance
0 votes
    What is the meaning of the below declarations? 1. const int a; 2. int const a; 3. const int *a; 4. int * const a; 5. int const * a const;c...
asked Jan 21, 2021 by JackTerrance
To see more, click for the full list of questions or popular tags.
...