What will happen when the following code is run:
int x;
while(x<100)
{
cout<<x;
x++;
}
1) The computer will output "0123...99"
2) The computer will output "0123...100"
3) The output is undefined
Answer Posted / sanish joseph
ans s absolutely right..
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
write string class as your own class in java without using any built-in function
Are polymorphisms mutations?
What is and I oop mean?
Can we override main method?
What are the three parts of a simple empty class?
can inline function declare in private part of class?
to find out the minimum of two integer number of two different classes using friend function
What is the example of polymorphism?
What is inheritance write a program to show use of inheritance?
What is data binding in oops?
What is basic concept of oop?
How many human genes are polymorphic?
What is the difference between static polymorphism and dynamic polymorphism?
can we make game by using c
What is constructor in oop?