Recent Posts
None | 13 sec ago
PAWN | 37 sec ago
Bash | 37 sec ago
Bash | 47 sec ago
None | 2 min ago
None | 2 min ago
PHP | 2 min ago
None | 2 min ago
None | 3 min ago
Fortran | 3 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 9th of Feb 2010 09:42:52 PM Download | Raw | Embed | Report
  1. #include <stdlib.h>
  2.  
  3. int main()
  4. {
  5.     char v[]={'1','2','3','4','5','6','7','8','9','0','a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'};
  6.     int i;
  7.     int j;
  8.     int a;
  9.  
  10.     for (i=0; i < 31; i++)
  11.     {
  12.         for (j=0; j < 31; j++)
  13.         {
  14.             for (a=0; a < 31; a++)
  15.             {
  16.             printf ("%c%c%c " , v[j],v[i],v[a]);
  17.             }
  18.         }
  19.     }
  20.     return(0);
  21. }
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: