How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / guest
Forever
| Is This Answer Correct ? | 55 Yes | 9 No |
Post New Answer View All Answers
Describe linkages and types of linkages?
Can we define function inside main in c++?
What is meaning of in c++?
what is c++
What is c++ library?
What is scope in c++ with example?
What do the header files usually contains?
Is c++ still in demand?
Is there a c++ certification?
Which operations are permitted on pointers?
How the keyword struct is different from the keyword class in c++?
What is an iterator class in c++?
What are references in c++?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Can I learn c++ as my first language?