Q:

Consider the following declarations in C++ :
int C, *PTR ;
Which of the following statements is TRUE?
1). PTR = &C ;
2). C = &PTR ;
3). PTR = C ;
4). *PTR = &C;

DSSSB

All Replies

Viewing 1 replies (of 1 total)

Viewing 1 replies (of 1 total)

  • You must be logged in to reply to this topic.