Thursday, 9 July 2020

How to make matrix screen using c programming

hello geeks here is the source code for c matrix : 



#include <stdio.h>

main()

{
    int i,j,a;

    for (i = 32 ; i ;i++)
    {
        for (j = 0; j < 1 ; j++)

            a = j;
                system("color 02");
        printf("%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t",i+1,i+2,i+3,i+4,i+5,i+6,i+7,i+8,i+9,i+10,i+11);
        printf("%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t",i+1,i+2,i+3,i+4,i+5,i+6,i+7,i+8,i+9,i+10,i+11);
        printf("%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t",i+1,i+2,i+3,i+4,i+5,i+6,i+7,i+8,i+9,i+10,i+11);
        printf("%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t%c\t",i+1,i+2,i+3,i+4,i+5,i+6,i+7,i+8,i+9,i+10,i+11);

    }
}

                                                                        
              watch video for more information                                                                                                                                                                                                                                    
                                                                                                                                                                                   
            Thank You For Visiting Our Blog 

No comments:

Post a Comment

how to watch ipl live for free |without installing any application | #techgeekka

 hello geek's in this blog you will learn how to watch ipl live for free without using any application                          click he...