How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / divya
hai john I tried this in online compiler but it shows some errors....didnt give exact ans...Is there any other ways to conform this answer.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism and its type in c++?
How do you clear a set in c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Is eclipse good for c++?
What is scope resolution operator in c++ with example?
How do I use arrays in c++?
Why is c++ considered difficult?
What is c++ good for?
What is data types c++?
Which operator cannot be overloaded c++?
What is the iunknown interface?
What does it mean to declare a destructor as static?
Can we use this pointer inside static member function?
What is c++ array?
What does override mean in c++?