R
Q. What should be output of below program if use enter a = 5?
int main() { int a; cin>>a; // user can enter any value if (++a*5 <= 25) { cout<<"Hello"; } else { cout<<"Bye"; } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which operation is used as Logical 'AND'
Q. Which of the following is used for comments in
Q. What would be the output of the following program (in 32-bit systems)?
Q. Which of the following is a UML constituents
Q. A ponter pointing to a variable that is not initialized is called ____
Q. What is the output of this program?
Q. The main function having argument
Q. A void pointer can point to what type of objects?
Q. Which of the following is the correct way to declare a reference in C++?
Discusssion
Login to discuss.