There are multiple issues/bugs with the following code. Name as many as you can!
#include <vector.h>
void main
(int argc, char** argv)
{
int n; if (argc > 1) n = argv[0];
int* stuff = new int[n];
vector<int> v(100000);
delete stuff;
return 0;
}
Why this
Answers
Answered by
4
because computer understand only 0 and 1 when we can command he works and that is known codding
Similar questions