Which statement creates a buffer over flow? (Line numbers are marked using comments /* */)
#include #include #include int main (int argc, char *argv[]) { int i=0,j=1; char ipstring[80]; for (;i<=3;i++){ cout<
1
2
Both
None