How many times will the loop run?
#include <iostream> using namespace std; int main() { for (i = 1; i < 15; i++) { cout << i << endl; } return 0; }
14
16
Error
15
This question is part of this quiz :