Can someone explain me this program based on nested loops?[code]#include <iostream> using namespace std; int main () { int i, j; for(i=2; i<100; i...
Right usage of namespace std.I want to know where to use the namespace std. What is it and what is it's use? Where should it be u...
This user does not accept Private Messages