Recent questions tagged cplusplus-interview-questions-answers

0 votes
    What will be the output of the following C++ function? int main() { register int i = 1; int *ptr = &i; cout << *ptr ... may be possible b) Compiler error may be possible c) 1 d) 0...
asked Oct 19, 2022 in Education by JackTerrance
To see more, click for the full list of questions or popular tags.
...