Thursday, December 3, 2015

Ask your C doubts?

Please ask your C doubts and I will try to answer as early as possible.

2 comments:

  1. how to write alternate program for clrscr() ?

    ReplyDelete
  2. AFTER THE MAIN() FUNCTION I HAVE TO CALL THE CUSTOM FUNCTION LIKE
    customclr(){for(i=0;i<=25;i++)
    {for(i=0;i<=80;i++)
    printf(" ");
    }
    printf("\n");
    }
    for using instead of clrscr()

    ReplyDelete

Popular Posts