#include // stride-1 access pattern for an array of size 100 int main() { int i; for (i=0;i<100;i++) { printf("%d\n",i); } }