in Technology by
Can we have a volatile pointer?

1 Answer

0 votes
by

Yes, we can create a volatile pointer in C language.

int * volatile piData;

Related questions

0 votes
    Can we have a volatile pointer?...
asked Jan 23, 2021 by JackTerrance
0 votes
    Non-volatile storage needs to have a _________ where the loses in future can be recovered. (a) Dump ... Nonvolatile Storage topic in section Recovery System of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    Can we declare a variable be both constant and volatile in C?...
asked Jan 23, 2021 by JackTerrance
0 votes
    The magnetic storage chip used to provide non-volatile direct access storage of data and that have no moving ... Storage topic in portion Recovery System of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    How can we do Pointer comparison in C?...
asked Jan 24, 2021 in Technology by JackTerrance
0 votes
    What is a normalized pointer, how do we normalize a pointer?...
asked Jan 22, 2021 in Technology by JackTerrance
0 votes
    What happens when we invoke a method on a nil pointer?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    You can restrict the entry of data into a field by defining a for it a calculated values b volatile rule c. validation rule Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    Where can we test the apple iPhone apps if we don’t have an iOS device?...
asked Nov 30, 2020 in Technology by JackTerrance
0 votes
    Can we have multiple UIWindows in iOS?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
0 votes
    What is a volatile variable and there purpose n Java?...
asked May 19, 2021 in Technology by JackTerrance
0 votes
    What is a volatile variable in C?...
asked Jan 23, 2021 in Technology by JackTerrance
0 votes
    An aqueous solution of 2 per cent (wt./wt) non-volatile solute exerts a pressure of 1.004 bar at the boiling ... mass of the solute? Select the correct answer from above options...
asked Jan 5, 2022 in Education by JackTerrance
...