[ create a new paste ] login | about

Link: http://codepad.org/zumbb2ap    [ raw code | output | fork ]

C, pasted on Mar 25:
1
2
3
4
5
6
7
8
9
10
11
#include <stdlib.h>
#include <time.h>

int main()
{
  size_t i;
 printf("\n size = %d\n ", sizeof(rand ()));


  return 1;
}


Output:
1
2
3

 size = 4
 


Create a new paste based on this one


Comments: