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
What is purpose of inheritance?
Which is not an object oriented programming language?
Can you inherit a private class?
program for insertion ,deletion,sorting in double link list
Why is abstraction needed?
write a program to find 2^n+1 ?
What does <> mean pseudocode?
What does sksksk mean in text slang?
What is this pointer in oop?
What is oops and why we use oops?
What is super in oop?
What is oops concept with example?
What is encapsulation with real life example?
what are the ways in which a constructors can be called?
What is the purpose of enum?