Home / Programming Questions / C++ MCQs / Page 144
Dear candidates you will find MCQ questions of C++ here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Share your questions by clicking Add Question
T
Q. Output of this program will be
#include using namespace std; int main() { char str[5] = “ABC”; cout << str[3]; cout << str; return 0; }
D
Q. we can manipulate data stored in other variables ________ with pointer variables.
Don't have account? Register here.