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
Carry out conversion of one object of user-defined type to another?
How much maximum can you allocate in a single call to malloc()?
What are c++ redistributables?
Write about the use of the virtual destructor?
What are the four partitions in which c++ compiler divides the ram?
What is abstraction c++?
What is the difference between passing by reference and passing a reference?
Does c++ vector allocate memory?
What is #include ctype h in c++?
Should I learn c or c++ first?
How many standards of c++ are there?
Can a constructor be private?
What does it mean to declare a member variable as static?
Can manipulators fall in love?
What are the advantages of using pointers in a program?