Question
#include <iostream>
using namespace std;
int main()
{
int const p = 5;
cout << ++p;
return 0;
}
a.
5
b.
6
c.
Error
d.
None of the mentioned
Posted under Object Oriented Programming Using C++
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is the output of this program?
Similar Questions
Discover Related MCQs
Q. Which of the following statement is not true about preprocessor directives?
View solution
Q. Regarding following statement which of the statements is true?
const int a = 100;
View solution
Q. The difference between x and ‘x’ is
View solution
Q. How to declare a wide character in string literal?
View solution
Q. Which value we cannot assign to reference?
View solution
Q. Identify the incorrect statement.
View solution
Q. Which reference modifier is used to define reference variable?
View solution
Q. What does a reference provide?
View solution
Q. Identify the correct sentence regarding inequality between reference and pointer.
View solution
Q. Void pointer can point to which type of objects?
View solution
Q. When does the void pointer can be dereferenced?
View solution
Q. The pointer can point to any variable that is not declared with which of these?
View solution
Q. A void pointer cannot point to which of these?
View solution
Q. What we can’t do on a void pointer?
View solution
Q. The data elements in structure are also known as what?
View solution
Q. What will be used when terminating a structure?
View solution
Q. What will happen when the structure is declared?
View solution
Q. The declaration of structure is also called as?
View solution
Q. Which of the following is a properly defined structure?
View solution
Q. Which of the following accesses a variable in structure *b?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming Using C++? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!