Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. thescoer

    how to run the program

    sorry i found where i am geting error
  2. thescoer

    how to run the program

    #include <stdio.h> main() { int width; int height; int greylevels; int pix1; int len1; int pix2; int M==0; scanf("%i" ,width); scanf("%i" ,height); scanf("%i" ,greylevels); while( scanf("%i",&pix1)!= EOF ) { if (pix1 ==0) { putchar ('#'); }...
  3. thescoer

    how to run the program

    read and print an image C Languages . output from the program should go to (stdout) (using printf statements) NOT stderr. run-length encoding for the image 78 26 3 1 364 0 4 1 7 0 3 1 43 2 7 1 12 0 7 1 4 0 6 1 33 2 29 0 2 2 2 0 2 1 5 0 1 2 2 0 1 1 31 2 27 0 6 2 14 1 28 2 28 0 7 2 5 0 4 2 4...

Part and Inventory Search

Back
Top