#include
#include
using namespace std;
void change()
{
static int i;
i++;
cout<<<"\n";
}
void change1()
{
static int i;
i++;
cout<<<"\n";
}
int main()
{
change();
change1();
change();
change1();
getchar();
return 0;
}
I have shared some of the Technical stuff , along with some code snippets and some best programming practices..
No comments:
Post a Comment