Tuesday, 30 September 2014

Introduction of C


From the beginning of Electronic Computing a new topic took place, because our computer is re programmable so we have to program it.

First Post (INTRODUCTION)

int main()
{
          int i;
          for(i=1;i<=10;i++)